-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pipeline",
"private": true,
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"autoprefixer": "^8.6.5",
"babel-loader": "^8.0.5",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"cssnano": "^4.1.10",
"file-loader": "^1.1.11",
"jquery": "^3.4.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-preset-env": "^5.3.0",
"precss": "^3.1.2",
"sass-loader": "^7.1.0",
"stimulus": "^1.1.1",
"style-loader": "^0.21.0",
"sugarss": "^1.0.1",
"turbolinks": "^5.2.0",
"webpack": "^4.30.0",
"webpack-bundle-tracker": "^0.4.1-beta",
"webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"scripts": {
"watch": "webpack --watch"
}
}