-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.16 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
{
"name": "vue-blood-donation",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-debug": "vavite-loader vite dev",
"build": "vavite build",
"serve": "node -r dotenv/config dist/server/index.mjs",
"seed": "node --loader ts-node/esm --experimental-specifier-resolution=node -r dotenv/config ./api/seed.ts",
"db": "surreal start --log trace -u root -p root --bind 0.0.0.0:8080 file:api/db",
"preview": "vite preview",
"zrok": "~/zrok/zrok share public localhost:3000 --headless",
"start-zrok": "npm run build && concurrently \"npm run serve\" \" npm run zrok\"",
"start": "npm run build && npm run serve",
"visualize": "npx vite-bundle-visualizer -c vite.configvisualize.ts"
},
"dependencies": {
"dotenv": "^16.3.1",
"lru-cache": "^10.1.0",
"sitemap": "^7.1.1",
"vavite": "^3.0.0",
"vike": "^0.4.150",
"vite": "^4.0.0",
"vue": "^3.3.11"
},
"devDependencies": {
"@fawmi/vue-google-maps": "^0.9.79",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@intlify/vue-i18n-extensions": "^5.0.1",
"@mdi/font": "^7.3.67",
"@netlify/functions": "^2.4.1",
"@phosphor-icons/web": "^2.0.3",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.10.4",
"@types/promise-fs": "^2.1.5",
"@vavite/node-loader": "^3.0.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"@vue/server-renderer": "^3.3.11",
"@vueuse/core": "^10.7.0",
"compression": "^1.7.4",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"fast-deep-equal": "^3.1.3",
"fp-ts": "^2.16.1",
"lottie-web-vue": "^2.0.7",
"phosphor-css": "^3.0.0",
"pinia": "^2.1.7",
"prettier": "3.1.1",
"sass": "^1.69.5",
"surrealdb.js": "^0.11.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-sitemap": "^0.5.3",
"vite-plugin-vuetify": "^1.0.1",
"vitest": "^1.0.4",
"vue-i18n": "^9.8.0",
"vue-tsc": "^1.8.25",
"vuetify": "^3.4.7"
},
"engines": {
"node": ">=18"
}
}