forked from abdallah-zaghloul/youcan-googlesheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.02 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": {
"predev": "prisma generate && prisma migrate deploy",
"dev": "youcan app dev",
"generate": "youcan app generate",
"youcan": "youcan",
"nuxt": "nuxt"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/jsonwebtoken": "^9.0.5",
"@types/ramda": "^0.29.9",
"@unocss/nuxt": "^0.59.4",
"@youcan/app": "latest",
"@youcan/cli": "latest",
"h3": "^1.9.0",
"nuxt": "^3.8.2",
"prisma": "^5.12.1",
"ramda": "^0.29.1",
"tsx": "^4.7.3"
},
"dependencies": {
"@prisma/client": "5.12.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@youcan/qantra": "latest",
"@youcan/ui-core": "2.5.9-beta.1",
"@youcan/ui-icons": "2.5.9-beta.1",
"@youcan/ui-vue3": "2.5.9-beta.1",
"googleapis": "^134.0.0",
"isbot": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"vuedraggable": "^4.1.0",
"zod": "^3.23.6"
}
}