-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "@naoxio/ukuvota",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node dist/server/entry.mjs",
"astro": "astro",
"i18n:extract": "astro-i18n extract",
"i18n:generate:pages": "astro-i18n generate:pages --purge",
"i18n:generate:types": "astro-i18n generate:types",
"i18n:sync": "npm run i18n:generate:pages && npm run i18n:generate:types"
},
"dependencies": {
"@astrojs/node": "^7.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.4.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.5.9",
"astro-icon": "^0.8.0",
"body-parser": "^1.20.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.1",
"dompurify": "^3.0.1",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"firebase": "^10.13.2",
"html-to-image": "^1.11.11",
"localforage": "^1.10.0",
"qrcode": "^1.5.1",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.12.1",
"tailwindcss": "^3.2.7",
"uui": "^1.0.7",
"uuid": "^9.0.1",
"workbox-cli": "^7.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.16",
"@types/quill": "^2.0.14",
"daisyui": "^4.4.19",
"unplugin-icons": "^0.17.0"
}
}