-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
71 lines (71 loc) · 2.34 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
62
63
64
65
66
67
68
69
70
71
{
"name": "CivIdle",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.14.2",
"scripts": {
"dev": "vite",
"watch": "tsc --build --incremental --watch --force tsconfig.watch.json",
"compile": "tsc --build --force tsconfig.json",
"build": "pnpm run compile && vite build",
"server": "cd server && npm run start",
"electron": "cd electron && npm run start",
"optimize": "node ./build/OptimizePNG.js",
"preview": "vite preview",
"font": "node ./build/GenerateBitmapFont.js",
"release": "node ./build/ReleaseElectron.js",
"translate": "node ./build/Translate.js",
"achievement": "node ./build/Achievement.js",
"ci": "biome ci ./src/scripts/ ./shared/ ./server/ --diagnostic-level=error --config-path=./"
},
"dependencies": {
"@capacitor/android": "^5.6.0",
"@capacitor/core": "^5.6.0",
"@capacitor/ios": "^5.6.0",
"@capacitor/preferences": "^6.0.2",
"@msgpack/msgpack": "^3.0.0-beta2",
"@openforge/capacitor-game-connect": "^5.0.2",
"@pixi/filter-outline": "^5.2.0",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/sound": "^5.2.0",
"@sentry/browser": "^7.52.1",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.1",
"fflate": "^0.8.2",
"install": "^0.13.0",
"npm": "^10.9.0",
"pixi.js": "7.4.2",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.15.1",
"react-virtuoso": "^4.7.11",
"tippy.js": "^6.3.7",
"uplot": "^1.6.30",
"xp.css": "^0.3.0"
},
"devDependencies": {
"7zip-bin": "^5.2.0",
"@biomejs/biome": "1.9.4",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^5.6.0",
"@types/gaze": "^1.1.2",
"@types/node": "^18.7.23",
"@types/pako": "^2.0.3",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.8",
"@types/react-modal": "^3.13.1",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"fs-extra": "^11.1.0",
"gaze": "^1.1.3",
"glob": "^8.0.3",
"madge": "^6.1.0",
"node-7z": "^3.0.0",
"rimraf": "^5.0.7",
"typescript": "5.4.3",
"vite": "^4.5.3",
"vite-plugin-spritesmith": "github:fishpondstudio/vite-plugin-spritesmith"
}
}