-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (41 loc) · 1.05 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"bootgame": "tsx server/Game_Manager/src/index.ts",
"bootcontrol": "tsx server/Controller/src/index.ts",
"bootpi": "tsx server/Raspberry/src/index.ts"
},
"dependencies": {
"axios": "^1.7.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nanoid": "^5.0.7",
"nuxt": "^3.10.2",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"ws": "^8.16.0"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^11.2.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@prisma/client": "^5.20.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"prisma": "^5.20.0",
"prisma-erd-generator": "^1.11.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}