-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.53 KB
/
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
38
39
40
41
42
43
{
"scripts": {
"jenkins": "webpack --watch --progress --config webpack.dev.js --node-env speciall2024",
"start": "webpack --watch --progress --config webpack.dev.js --mode none",
"build": "webpack --progress --config webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"progress-bar-webpack-plugin": "^1.12.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-notifier": "^1.7.0"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@glidejs/glide": "^3.4.1",
"babel-preset-env": "^1.7.0",
"compression-webpack-plugin": "^2.0.0",
"embla-carousel": "^2.9.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"node-sass": "^4.14.1",
"parallax-js": "^3.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2"
}
}