-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
{
"name": "gunsurvival3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 1810",
"server": "tsx src/server",
"watch-server": "nodemon --watch src -e ts --exec tsx src/server",
"build": "next build --no-mangling",
"start": "next start --port 1810",
"lint": "next lint",
"checkts": "tsc --noEmit",
"re-link": "pnpm link --global multiplayer-world"
},
"dependencies": {
"@barvynkoa/particle-emitter": "^0.0.1",
"@colyseus/monitor": "^0.15.6",
"@colyseus/playground": "^0.15.12",
"@colyseus/tools": "^0.15.39",
"@colyseus/ws-transport": "^0.15.2",
"@pixi/layers": "^2.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"animejs": "^3.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colyseus": "^0.15.17",
"colyseus.js": "^0.15.23",
"detect-collisions": "^9.8.0",
"easing-js": "^1.1.2",
"lodash": "^4.17.21",
"lucide-react": "^0.383.0",
"next": "14.2.3",
"pixi-viewport": "^5.0.3",
"pixi.js": "^8.1.6",
"react": "^18",
"react-dom": "^18",
"smooth.ts": "^0.0.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/animejs": "^3.1.12",
"@types/lodash": "^4.17.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uniqid": "^5.3.4",
"eslint": "9.x",
"eslint-config-next": "14.2.3",
"nodemon": "^3.1.2",
"postcss": "^8",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"tsx": "^4.11.2",
"type-fest": "^4.18.3",
"typescript": "^5",
"typescript-eslint": "^7.13.0"
}
}