-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 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
36
37
38
39
40
41
42
43
44
{
"name": "wech",
"version": "0.1.0",
"description": "微信小程序模块化组件开发helper, Wechat Component Helper",
"main": "src/widget.js",
"scripts": {
"dev": "gulp watch",
"demo": "gulp watch"
},
"dependencies": {
},
"devDependencies": {
"babel-core": "6.*",
"babel-loader": "6.*",
"babel-plugin-add-module-exports": "0.2.*",
"babel-plugin-transform-object-assign": "6.*",
"babel-preset-es2015": "6.*",
"babel-runtime": "6.*",
"copy-dir": "^0.3.0",
"css-loader": "0.23.*",
"ejs-compiled-loader": "2.*",
"eslint": "2.*",
"eslint-config-hfe": "2.*",
"file-loader": "0.9.*",
"glob": "7.*",
"gulp": "3.*",
"gulp-eslint": "2.*",
"gulp-filter": "^4.0.0",
"gulp-sass": "^2.3.2",
"html-webpack-plugin": "2.*",
"node-sass": "3.*",
"pre-commit": "1.*",
"progress-bar-webpack-plugin": "1.*",
"sass-loader": "4.*",
"webpack": "1.*",
"webpack-dev-server": "1.*"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC"
}