-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "combat-lander",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dimforge/rapier2d": "^0.12.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/third-parties": "^14.1.0",
"@radix-ui/colors": "^3.0.0",
"classnames": "^2.5.1",
"fastest-json-copy": "^1.0.1",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"msgpackr": "^1.10.1",
"nanoid": "^5.0.5",
"next": "14.1.0",
"normalize.css": "^8.0.1",
"partysocket": "0.0.25",
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.4.0",
"react": "^18",
"react-aria": "^3.32.1",
"react-aria-components": "^1.1.1",
"react-dom": "^18",
"react-joystick-component": "^6.2.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"partykit": "0.0.84",
"typescript": "^5"
}
}