-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 959 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"dependencies": {
"@types/matter-js": "^0.19.8",
"@types/mongoose": "^5.11.97",
"@vercel/speed-insights": "^1.1.0",
"cheerio": "^1.0.0",
"googleapis": "^144.0.0",
"matter-js": "^0.20.0",
"matter-wrap": "^0.2.0",
"mongoose": "^8.10.0",
"next-auth": "4.21.1",
"v-click-outside": "^3.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.15.4",
"@nuxt/types": "^2.18.1",
"@sidebase/nuxt-auth": "0.9.4",
"@vue/test-utils": "^2.4.6",
"happy-dom": "15.11.7",
"nuxt": "^3.15.4",
"playwright-core": "^1.50.1",
"sass": "^1.84.0",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0"
}
}