-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1022 Bytes
/
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
{
"name": "miller",
"version": "0.1.0",
"description": "Webpack ES6 SASS",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/sorodrigo/miller",
"author": "Who Am I?",
"license": "MIT",
"dependencies": {
"babel-eslint": "^7.1.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015-webpack": "^6.4.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"doiuse": "^2.5.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^4.1.1",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.1",
"postcss-nested": "^1.0.0",
"sass-loader": "^4.1.1",
"webpack": "^1.14.0"
}
}