-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 Bytes
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
{
"name": "ball",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "export NODE_ENV=development && vite build -w",
"build": "vite build",
"build:ctx": "vite build -w --config vite.ctx.config.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^20.12.7",
"vite": "^5.2.10"
},
"dependencies": {
"@iro/interaction": "^1.3.0",
"@iro/wechat-adapter": "^1.2.5",
"@pixi/unsafe-eval": "^6.5.10",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"mobx": "^6.12.3",
"pixi.js": "^6.5.10",
"popmotion": "^11.0.5"
}
}