forked from RPGGO-AI/gamify-ai-town
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 974 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 974 Bytes
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
{
"name": "demo-ai-town-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@mui/material": "^6.1.2",
"@mui/material-nextjs": "^6.1.2",
"axios": "^1.7.7",
"free-tex-packer-core": "^0.3.4",
"grid-engine": "^2.42.1",
"loadsh": "^0.0.4",
"nanoid": "^5.0.7",
"next": "^14.2.14",
"phaser": "^3.70.0",
"phaser3-rex-plugins": "^1.60.8",
"react": "^18",
"react-dom": "^18",
"react-if": "^4.1.5",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"store": "^2.0.12",
"pm2": "^5.3.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}