-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.47 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
{
"name": "vanilla-starter",
"version": "1.0.0",
"description": "A vanilla stack for UI development",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack -d --config ./webpack.development.config.js --progress --profile --colors",
"build": "NODE_ENV=production webpack -p --config ./webpack.production.config.js --progress --profile --colors"
},
"author": "amerllica",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^0.28.4",
"css-mqpacker": "^6.0.2",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"postcss": "^6.0.21",
"postcss-apply": "^0.10.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^7.0.0",
"postcss-extend": "^1.0.5",
"postcss-loader": "^2.1.4",
"postcss-nested": "^3.0.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-scss": "^1.0.5",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "4.32.2",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.2"
}
}