-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"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": {
"@pinia/nuxt": "^0.11.0",
"@vueuse/core": "^13.1.0",
"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",
"pinia": "^3.0.2",
"vue": "^3.4.19",
"vue-cookies": "^1.8.6",
"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.22.0",
"prisma-erd-generator": "^2.1.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}