-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
48
49
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "prisma generate",
"generate-sitemap": "node generate-sitemap.js"
},
"dependencies": {
"@google-cloud/speech": "^6.7.0",
"@google-cloud/storage": "^7.15.2",
"@google-cloud/text-to-speech": "^5.7.0",
"@prisma/client": "^6.5.0",
"@vueuse/head": "^2.0.0",
"bcryptjs": "^3.0.2",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"google-auth-library": "^9.15.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"nodemailer": "^6.10.0",
"sitemap": "^8.0.0",
"vercel": "^39.2.5",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue3-google-login": "^2.0.33",
"vue3-google-signin": "^2.1.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"gh-pages": "^6.2.0",
"postcss": "^8.4.40",
"prisma": "^6.5.0",
"sass": "^1.88.0",
"sass-embedded": "^1.83.1",
"tailwindcss": "^3.4.7",
"vite": "^5.4.19",
"vite-plugin-vue": "^0.0.1"
}
}