-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "webpack2-postcss-boilerplate",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:dashtinejad/webpack2-postcss-boilerplate.git",
"author": "Mojtaba Dashtinejad <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack --watch",
"webpack": "webpack"
},
"devDependencies": {
"autoprefixer": "^6.7.5",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"cors": "^2.8.4",
"css-loader": "^0.26.2",
"ejs-compiled-loader": "^1.1.0",
"extract-text-webpack-plugin": "^2.0.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.3.1",
"postcss": "^5.2.15",
"postcss-color-function": "^3.0.0",
"postcss-css-variables": "^0.6.0",
"postcss-cssnext": "^2.9.0",
"postcss-custom-properties": "^5.0.2",
"postcss-loader": "^1.3.2",
"postcss-nested": "^1.0.0",
"postcss-partial-import": "^3.1.1",
"postcss-smart-import": "^0.6.9",
"webpack": "^2.2.1"
}
}