-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
{
"private": true,
"scripts": {
"typegen": "npx pocketbase-typegen --db ./pb_data/data.db --out pocketbase-types.ts",
"dev": "pnpm generate && concurrently 'pnpm:dev:*'",
"generate": "nuxt generate && cp -R .output ./pocketbase",
"dev:nuxt": "nuxt dev",
"dev:pocketbase": "go run pocketbase/main.go serve",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build:prod": "nuxt generate && cp -R .output ./pocketbase && go build -o massolit pocketbase/main.go"
},
"devDependencies": {
"@nuxt/icon": "1.12.0",
"@nuxtjs/tailwindcss": "6.13.2",
"@types/papaparse": "5.3.15",
"@vueuse/core": "11.3.0",
"@vueuse/nuxt": "11.3.0",
"autoprefixer": "10.4.21",
"concurrently": "7.6.0",
"nuxt": "3.13.2",
"postcss": "8.5.3",
"tailwindcss": "3.4.17"
},
"dependencies": {
"@radix-icons/vue": "1.0.0",
"@tanstack/vue-table": "8.21.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dompurify": "3.2.5",
"dotenv": "16.5.0",
"fuse.js": "7.1.0",
"html5-qrcode": "2.3.8",
"papaparse": "5.5.2",
"pocketbase": "0.9.1",
"radix-vue": "1.9.17",
"shadcn-nuxt": "0.10.4",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"timetabler": "0.6.0",
"typescript": "5.8.3",
"vue-sonner": "1.3.2"
},
"pnpm": {
"overrides": {}
}
}