-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 977 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
38
39
{
"name": "pure-cli",
"version": "1.0.1",
"main": "lib/index.js",
"bin": {
"pure": "bin/pure.js"
},
"scripts": {
"lint": "eslint lib"
},
"eslintConfig": {
"extends": "mo/esnext"
},
"author": "fengzilong <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.8.1",
"eslint-config-mo": "latest",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"node-libs-browser": "^0.6.0",
"postcss-loader": "^1.3.3",
"pure-loader": "^1.0.2",
"regularjs": "^0.4.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.9.11",
"yargs": "^6.6.0"
}
}