-
-
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) · 1008 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1008 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"prestart": "npm run prisma:update",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prisma:update": "npx prisma db push"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^5.0.2",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "^8.5.8",
"dotenv": "^16.0.0",
"nuxt": "3.0.0-rc.1",
"prisma": "^3.13.0",
"unplugin-icons": "^0.14.3"
},
"dependencies": {
"@nuxt-hero-icons/outline": "^1.0.1",
"@nuxt-hero-icons/solid": "^1.0.1",
"@prisma/client": "^3.13.0",
"@urql/vue": "^0.6.2",
"bcrypt": "^5.0.1",
"bson": "^4.6.3",
"cors": "^2.8.5",
"graphql": "^15.8.0",
"graphql-helix": "^1.12.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^8.5.1",
"nexus": "^1.3.0",
"nexus-shield": "^2.1.0",
"ts-invariant": "^0.10.1",
"unplugin-vue-components": "^0.19.3"
}
}