1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "name": "party",
| "version": "1.0.0",
| "main": "app.js",
| "dependencies": {
| "@vant/area-data": "^1.1.3",
| "@vant/weapp": "^1.11.6",
| "hy-event-store": "^1.3.1",
| "mp-html": "^2.5.0",
| "spa-custom-hooks": "^1.2.2",
| "vant-weapp": "^0.5.28"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "author": "",
| "license": "ISC",
| "repository": {
| "type": "git",
| "url": "git@gitee.com:ttttimor/party.git"
| },
| "description": ""
| }
|
|