-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 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
104
{
"private": true,
"type": "module",
"scripts": {
"test": "jest",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --max-warnings 0 .",
"typecheck": "nuxt typecheck",
"start": "NODE_ENV=production node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/supabase": "^0.3.1",
"@nuxtjs/tailwindcss": "^6.4.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@sidebase/nuxt-auth": "^0.4.3",
"@tiptap/extension-image": "^2.0.0-beta.209",
"@tiptap/extension-list-item": "^2.0.0-beta.209",
"@tiptap/extension-ordered-list": "^2.0.0-beta.209",
"@tiptap/extension-subscript": "^2.0.0-beta.209",
"@tiptap/extension-superscript": "^2.0.0-beta.209",
"@tiptap/extension-table": "^2.0.0-beta.209",
"@tiptap/extension-table-cell": "^2.0.0-beta.209",
"@tiptap/extension-table-header": "^2.0.0-beta.209",
"@tiptap/extension-table-row": "^2.0.0-beta.209",
"@tiptap/extension-underline": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tiptap/vue-3": "^2.0.0-beta.209",
"@types/bcrypt": "^5.0.0",
"@types/google-spreadsheet": "^3.3.2",
"@types/node": "^18.15.5",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
"@types/otp-generator": "^4.0.0",
"@types/pg": "^8.10.1",
"@vuepic/vue-datepicker": "^3.6.5",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"cross-env": "^7.0.3",
"dotenv": "^16.1.4",
"eslint": "^8.33.0",
"nuxt": "^3.2.3",
"nuxt-security": "^0.13.0",
"prisma": "^4.11.0",
"sass": "^1.58.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@google-cloud/local-auth": "^2.1.0",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.17",
"@nuxt/types": "^2.17.0",
"@nuxtjs/supabase": "^0.3.1",
"@pinia/nuxt": "^0.4.7",
"@prisma/client": "^4.11.0",
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"@types/csv-parse": "^1.2.2",
"@types/gapi": "^0.0.44",
"@types/jest": "^29.5.2",
"@types/shuffle-seed": "^1.1.0",
"@vee-validate/zod": "^4.7.4",
"@vuejs-community/vue-filter-truncate": "^1.1.0",
"bcrypt": "^5.1.0",
"chart.js": "^4.3.0",
"csv-parse": "^5.3.6",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"date-fns": "^2.30.0",
"esbuild": "^0.17.14",
"google-spreadsheet": "^3.3.0",
"googleapis": "^118.0.0",
"headlessui": "^0.0.0",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"lint-fix": "^0.24.0",
"next-auth": "^4.24.11",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"nuxt-icon": "^0.2.6",
"otp-generator": "^4.0.1",
"pdf-lib": "^1.17.1",
"pg": "^8.11.0",
"pg-promise": "^11.5.0",
"pinia": "^2.0.33",
"shuffle-seed": "^1.1.6",
"superjson": "^1.12.3",
"trpc-nuxt": "^0.7.0",
"ts-jest": "^29.1.0",
"vee-validate": "^4.7.4",
"vue-chartjs": "^5.2.0",
"vue-datepicker": "^1.3.0",
"vue2-dropzone-vue3": "^1.1.0",
"vuex": "^4.0.2",
"zod": "^3.21.2"
}
}