-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "zzc-base-component",
"version": "1.0.4",
"description": "zzc-ui基础组件库",
"main": "./dist/index.js",
"scripts": {
"demo": "webpack -w --config ./webpack.config.js",
"server": "webpack-dev-server --config ./webpack.config.js --inline",
"compile": "gulp compile",
"watch": "gulp watch"
},
"author": "LamHo",
"license": "ISC",
"files": [
"dist"
],
"maintainers": [
{
"name": "LamHo",
"email": "linhao.4zhong@163.com"
}
],
"keywords": [
"zzc",
"zzche",
"ui",
"css",
"base-component",
"conponent"
],
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-compass": "^2.1.0",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "^2.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"node-sass": "^4.5.3",
"postcss": "^6.0.11",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"through2": "^2.0.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0"
}
}