-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"fix": "nr lint --fix",
"lint": "eslint . --format=pretty",
"preview": "vite preview",
"serve": "vite serve"
},
"dependencies": {
"@discordjs/collection": "^2.1.0",
"@earthstar/earthstar": "npm:@jsr/[email protected]",
"@preact/signals": "^1.3.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@tanstack/react-query": "^5.51.1",
"@unocss/reset": "^0.61.3",
"dexie": "^4.0.8",
"immutable": "^4.3.7",
"lucide-preact": "^0.407.0",
"mnemonic-id": "^3.2.7",
"preact": "^10.20.0",
"preact-iso": "^2.6.3",
"preact-render-to-string": "^6.5.5",
"unocss": "^0.61.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@tanstack/eslint-plugin-query": "^5.51.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7.16.0",
"@unocss/eslint-config": "^0.61.3",
"eslint": "~8.57.0",
"eslint-config-love": "^47.0.0",
"eslint-config-preact": "^1.4.0",
"eslint-formatter-pretty": "^5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.x",
"jest": "^29.7.0",
"lightningcss": "^1.27.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vite-plugin-compression": "^0.5.1"
},
"volta": {
"node": "22.5.1"
}
}