-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "chrono-sleuth",
"description": "A Phaser 3 game built with Vite",
"version": "1.0.0",
"author": "Andrew McOlash",
"license": "MIT",
"scripts": {
"start": "vite",
"start:tauri": "tauri dev",
"build": "vite build",
"build:tauri": "tauri build",
"preview": "vite preview",
"lint": "tsc --noEmit -p .",
"tauri": "tauri",
"assets": "node assets.js"
},
"dependencies": {
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-window-state": "^2.2.1",
"deep-equal": "^2.2.3",
"generate-maze": "^1.1.0",
"phaser": "3.88.2",
"phaser3-rex-plugins": "^1.80.13"
},
"devDependencies": {
"@here/harp-atlas-tools": "^0.28.0",
"@tauri-apps/cli": "^2.2.7",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/deep-equal": "^1.0.4",
"@types/node": "^22.13.4",
"prettier": "^3.5.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"terser": "^5.39.0",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-generate-file": "^0.2.0",
"vite-plugin-pwa": "^0.21.1"
}
}