-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 Bytes
/
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
{
"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"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/jsonwebtoken": "^9.0.5",
"@types/ramda": "^0.29.9",
"@youcan/app": "latest",
"@youcan/cli": "latest",
"autoprefixer": "^10.4.18",
"h3": "^1.9.0",
"nuxt": "^3.8.2",
"postcss": "^8.4.35",
"prisma": "^5.7.0",
"ramda": "^0.29.1",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@prisma/client": "5.7.0",
"@vueup/vue-quill": "^1.2.0",
"@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",
"axios": "^1.6.7",
"isbot": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"vue-lottie": "^0.2.1",
"vue3-lottie": "^3.2.0"
}
}