-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "zero-share",
"type": "module",
"version": "0.0.1",
"author": "Jirawat Boonkumnerd <contact@ntsd.dev> (https://ntsd.dev)",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"protogen": "protoc --plugin=node_modules/ts-proto/protoc-gen-ts_proto --ts_proto_out=. ./src/proto/*.proto"
},
"devDependencies": {
"@astrojs/svelte": "^7.2.0",
"@nuintun/qrcode": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"astro": "^5.14.1",
"astrojs-service-worker": "^2.0.0",
"autoprefixer": "^10.4.21",
"daisyui": "^5.1.25",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"eventemitter3": "^5.0.1",
"nanostores": "^0.11.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"qr-scanner": "^1.4.2",
"sdp-compact": "^0.0.8",
"svelte": "^5.39.6",
"tailwindcss": "^4.1.13",
"ts-proto": "^2.7.7"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13"
}
}