-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.79 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
{
"name": "weapp-color-weather",
"version": "0.0.19",
"description": "weapp-color-weather",
"main": "dist/app.js",
"scripts": {
"dev": "npm run clean:dist && wepy build --watch",
"dev:noClean": "wepy build --watch",
"build": "npm run clean:dist && cross-env NODE_ENV=production wepy build --no-cache",
"clean:dist": "gulp clean:dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"wepy": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cycjimmy/weapp-color-weather.git"
},
"keywords": [
"weapp",
"WePY",
"weather"
],
"author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycjimmy/weapp-color-weather/issues"
},
"homepage": "https://github.com/cycjimmy/weapp-color-weather#readme",
"dependencies": {
"wepy": "^1.7.0",
"wepy-async-function": "^1.4.5",
"wepy-com-toast": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"wepy-cli": "^1.7.0",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-sass": "^1.3.8",
"wepy-eslint": "^1.5.4",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
}
}