forked from WLDragon/shiguilandan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 Bytes
/
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
{
"name": "shiguilandan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite serve",
"data": "ts-node _assist/data.ts",
"image": "node _assist/imageDebugCreate.js",
"map": "ts-node _assist/maps/outputMapData.ts",
"mp3": "node _assist/sounds/packSound.js"
},
"repository": {
"type": "git",
"url": "https://github.com/WLDragon/shiguilandan.git"
},
"author": "广州半桶网络科技有限公司",
"dependencies": {
"oixi2": "^2.1.0",
"pako": "^2.0.4",
"pixi.js": "^6.5.9"
},
"devDependencies": {
"@pixi/unsafe-eval": "^6.0.4",
"@rollup/plugin-buble": "^0.21.3",
"@types/node": "^14.14.41",
"@types/pako": "^1.0.1",
"@types/xml2js": "^0.4.11",
"fs-extra": "^11.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vconsole": "^3.14.1",
"vite": "^2.9.14",
"xml2js": "^0.4.23"
}
}