forked from Computerization/Enspire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.24 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "enspire",
"type": "module",
"version": "1.2.4",
"private": true,
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "NODE_OPTIONS='--import ./public/instrument.server.mjs' nuxt preview",
"postinstall": "nuxt prepare && prisma generate",
"update-club-info": "tsx utils/update-club-info.ts",
"update-classroom-data": "tsx utils/update-classroom-data.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"publish": "npx @changesets/cli publish && tsx utils/trigger-publish.ts"
},
"dependencies": {
"@changesets/cli": "^2.27.10",
"@clerk/clerk-sdk-node": "^5.0.72",
"@clerk/themes": "^2.1.51",
"@internationalized/date": "^3.6.0",
"@netlify/edge-functions": "^2.11.1",
"@netlify/functions": "^2.8.2",
"@netlify/integrations": "^0.5.4",
"@netlify/sentry": "^0.0.10",
"@nuxt/content": "^2.13.4",
"@radix-icons/vue": "^1.0.0",
"@sentry/nuxt": "^8.42.0",
"@tanstack/vue-query": "^5.62.8",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.4.5",
"@unovis/vue": "^1.4.5",
"@vee-validate/zod": "^4.14.7",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"h3": "^1.13.0",
"h3-clerk": "^0.5.15",
"import-in-the-middle": "^1.11.3",
"iron-webcrypto": "^1.2.1",
"lucide-vue-next": "^0.466.0",
"ofetch": "^1.4.1",
"radix-vue": "^1.9.10",
"sanitize-html": "^2.13.1",
"tailwind-merge": "^2.5.5",
"uncrypto": "^0.1.3",
"unstorage": "^1.13.1",
"uuid": "^11.0.3",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.14.7",
"vue-clerk": "^0.9.4",
"yaml": "^2.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@changesets/changelog-github": "^0.5.0",
"@iconify-json/charm": "^1.2.1",
"@iconify-json/material-symbols": "^1.2.8",
"@iconify-json/ph": "^1.2.1",
"@netlify/blobs": "^8.1.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.9.0",
"@nuxt/image": "^1.8.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@prisma/client": "^6.0.1",
"@rollup/plugin-wasm": "^6.2.2",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/node-fetch": "^2.6.12",
"@types/sanitize-html": "^2.13.0",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"@unocss/eslint-plugin": "0.65.1",
"@unocss/nuxt": "0.65.1",
"@unocss/postcss": "^0.65.1",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.16.0",
"netlify": "^13.1.21",
"nuxt": "^3.14.1592",
"nuxt-svgo": "^4.0.6",
"octokit": "^4.0.2",
"prisma": "^6.0.1",
"shadcn-nuxt": "^0.10.4",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"unocss": "0.65.1",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"vue": "^3.5.13",
"vue-router": "4.5.0",
"vue-tsc": "^2.1.10"
},
"prisma": {
"schema": "db/schema.prisma"
}
}