-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 929 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 929 Bytes
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
{
"name": "superlist",
"version": "1.0.0",
"description": "",
"main": "postcss.config.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"serve": "webpack-dev-server --config webpack.config.js",
"build": "webpack --config webpack.config.production.js",
"deploy": "netlify deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"image-webpack-loader": "^3.1.0",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.2.2",
"postcss-mixins": "^5.4.1",
"postcss-nested": "^1.0.0",
"webpack": "^2.2.0"
}
}