-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "park",
"version": "0.0.1",
"description": "用于停车的微信小程序",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zack-Bee/park.git"
},
"keywords": [
"miniProgram"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zack-Bee/park/issues"
},
"homepage": "https://github.com/Zack-Bee/park#readme",
"dependencies": {
"bytes": "^3.0.0",
"deep-equal": "^1.0.1",
"express": "^2.5.8",
"inflation": "^2.0.0",
"keygrip": "^1.0.2",
"koa": "^2.5.1",
"koa-body": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"mysql2": "^1.5.3",
"negotiator": "^0.6.1",
"raw-body": "^2.3.3",
"sequelize": "^4.37.6",
"unpipe": "^1.0.0",
"wepy": "^1.6.0",
"wepy-async-function": "^1.4.4",
"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",
"wepy-cli": "^1.7.1",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-less": "^1.3.10",
"wepy-compiler-sass": "^1.3.12",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
},
"wepy": {
"module-a": false,
"./src/components/list": "./src/components/wepy-list.wpy"
}
}