-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@vue/test-utils": "^2.4.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"nuxt": "^3.6.5",
"prisma": "^5.0.0",
"vitest": "^0.33.0"
},
"dependencies": {
"@fontsource/bellota": "^5.0.5",
"@fontsource/ibm-plex-sans": "^5.0.5",
"@fontsource/ibm-plex-serif": "^5.0.5",
"@formkit/nuxt": "0.17.5",
"@nuxt/image-edge": "1.0.0-rc.1-28164352.ad7c010",
"@pinia/nuxt": "^0.4.11",
"@prisma/client": "^5.0.0",
"@tiptap/extension-placeholder": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tiptap/vue-3": "2.0.4",
"@types/node-forge": "^1.3.3",
"@vicons/carbon": "^0.12.0",
"@vueuse/motion": "2.0.0",
"floating-vue": "2.0.0-beta.24",
"jose": "^4.14.4",
"mathlive": "^0.95.0",
"node-forge": "^1.3.1",
"nuxt-icons": "^3.2.1",
"pinia": "^2.1.4",
"sass": "^1.64.1",
"zod": "^3.21.4"
}
}