-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "zero-share",
"type": "module",
"version": "0.0.1",
"author": "Jirawat Boonkumnerd <[email protected]> (https://ntsd.dev)",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"protogen": "protoc --plugin=node_modules/ts-proto/protoc-gen-ts_proto --ts_proto_out=. ./src/proto/*.proto"
},
"devDependencies": {
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.2",
"@nuintun/qrcode": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"astro": "^4.16.6",
"astrojs-service-worker": "^2.0.0",
"autoprefixer": "^10.4.14",
"daisyui": "^4.12.13",
"daisyui-ntsd": "1.0.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"eventemitter3": "^5.0.1",
"qr-scanner": "^1.4.2",
"nanostores": "^0.11.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"sdp-compact": "^0.0.6",
"svelte": "^5",
"tailwindcss": "^3.4.14",
"ts-proto": "^1.156.3"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0"
}
}