-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "theme-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/parallel-webpack --watch",
"start": "./node_modules/.bin/webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.10.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.22.0",
"circular-dependency-plugin": "^3.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.0.0",
"minimist": "^1.2.0",
"modernizr-webpack-plugin": "^1.0.6",
"node-sass": "^4.5.0",
"postcss-loader": "^1.1.1",
"sass-loader": "^6.0.0",
"style-loader": "^0.17.0",
"webpack": "^2.2.1",
"webpack-manifest-plugin": "^1.1.0"
},
"devDependencies": {
"parallel-webpack": "^2.2.0"
}
}