-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
142 lines (142 loc) · 4.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "weweb-cli",
"version": "1.1.2",
"description": "微信小程序转成h5的小工具",
"main": "bin/weweb",
"bin": {
"weweb": "bin/weweb"
},
"scripts": {
"start": "sh dev.sh",
"//dev": "dev 开头的都没有压缩代码",
"dev": "WATCH=true webpack --progress --config webpack.config.js",
"dev:nowatch": "webpack --progress --config webpack.config.js",
"//dev:tmp": "直接打包到 tmp 文件夹",
"dev:tmp": "WATCH=true webpack --progress --config webpack.config.dev.js",
"build":
"NODE_ENV=production webpack --progress --config webpack.config.js",
"precommit": "lint-staged",
"autostart":
"nodemon -w demos -w lib/template -d 1.5 -e js,json,wxss,wxml --exec 'npm run start'"
},
"lint-staged": {
"{*.js,bin/weweb,*.json}": ["prettier-standard", "git add"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdfe/weweb.git"
},
"author": "wdfe",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"boxen": "^0.8.1",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"commander": "^2.15.1",
"concat-with-sourcemaps": "^1.1.0",
"convert-source-map": "^1.5.1",
"et-improve": "^0.1.3",
"fs-extra": "^5.0.0",
"glob": "^7.1.1",
"growl": "^1.10.5",
"has-value": "^1.0.0",
"koa": "^1.6.0",
"koa-better-body": "^3.0.4",
"koa-compress": "^1.0.9",
"koa-formidable": "^1.0.0",
"koa-logger": "^1.3.0",
"koa-router": "^5.4.0",
"koa-send": "^3.2.0",
"koa-static": "^2.0.0",
"merge": "^1.2.0",
"mkdir-p": "0.0.7",
"node-parallel": "^0.1.6",
"open": "0.0.5",
"pify": "^3.0.0",
"semver-compare": "^1.0.0",
"tunnel": "0.0.4",
"uglify-js": "^3.4.2",
"update-notifier": "^2.5.0",
"wxml-transpiler": "^1.0.5",
"wxss-transpiler": "^1.0.6"
},
"devDependencies": {
"actionsheet": "^0.1.2",
"autoscale-canvas": "0.0.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015-without-strict": "^0.0.4",
"classnames": "^2.2.6",
"component-classes": "^1.2.6",
"component-closest": "^1.0.1",
"component-emitter": "^1.2.1",
"component-event": "^0.2.0",
"component-events": "^1.0.10",
"component-file-picker": "^0.2.1",
"component-query": "0.0.3",
"component-querystring": "^2.0.0",
"component-raf": "^1.2.0",
"component-tap-event": "^1.1.4",
"component-tween": "^1.2.0",
"component-upload": "^0.3.0",
"css-loader": "^0.28.11",
"debounce": "^1.1.0",
"domify": "^1.4.0",
"ei-loader": "^0.2.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"faye-websocket": "^0.11.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"husky": "^0.14.3",
"jr-qrcode": "^1.1.1",
"json-loader": "^0.5.7",
"jsondiffpatch": "^0.3.11",
"lint-staged": "^7.2.0",
"minimatch": "^3.0.4",
"node-notifier": "^5.2.1",
"node-serial": "^0.1.1",
"nodemon": "^1.17.5",
"nprogress": "^0.2.0",
"object-assign": "^4.1.1",
"pinch-zoom": "^0.3.8",
"prettier-standard": "^8.0.1",
"prop-detect": "^1.1.0",
"radio-component": "0.0.2",
"request-component": "0.0.4",
"source-map": "^0.7.3",
"style-loader": "^0.21.0",
"throttleit": "^1.0.0",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"whatwg-fetch": "^2.0.4"
},
"browser": {
"emitter": "component-emitter",
"querystring": "component-querystring",
"event": "component-event",
"tap-event": "component-tap-event",
"closest": "component-closest",
"tween": "component-tween",
"raf": "component-raf",
"classes": "component-classes",
"file-picker": "component-file-picker",
"upload": "component-upload",
"query": "component-query",
"events": "component-events",
"request": "request-component"
}
}