-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "lnvps-admin",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.7",
"@heroicons/react": "^2.2.0",
"@scure/base": "^1.2.6",
"@snort/shared": "^2.0.0-pre.3",
"@snort/system": "^2.0.0-pre.8",
"@snort/system-react": "^2.0.0-pre.11",
"@tanstack/react-query": "^5.84.1",
"clsx": "^2.1.1",
"eventemitter3": "^5.0.1",
"iso-3166-1": "^2.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-is": "^19.1.1",
"react-router-dom": "^7.7.1",
"recharts": "^3.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.3.9",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/react-is": "^19",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vite": "^7.0.6"
}
}