-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "dungeon-survivors",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "git subtree push --prefix dist origin gh-pages",
"lint": "eslint . --ext .ts",
"tauri": "tauri"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@tauri-apps/cli": "^2.0.0-alpha.8",
"@total-typescript/ts-reset": "^0.4.2",
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.146.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"dat.gui": "^0.7.9",
"eslint": "^8.36.0",
"internal-ip": "^7.0.0",
"typescript": "^4.9.4",
"user-agent-data-types": "^0.3.0",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.14.4"
},
"dependencies": {
"@dimforge/rapier2d-compat": "^0.10.0",
"@tauri-apps/api": "^2.0.0-alpha.3",
"@tweenjs/tween.js": "^18.6.4",
"ga-gtag": "^1.1.7",
"three": "^0.148.0",
"troika-three-text": "^0.47.1"
}
}