-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
46
47
48
49
50
51
52
{
"name": "dash",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"setup-icons": "tsx src/components/ui/icons/setup.ts"
},
"dependencies": {
"@klass/core": "^3.4.8",
"@klass/react": "^3.4.8",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"ixbroadcastr": "^1.0.5",
"ixevent": "^1.0.5",
"ixstorage": "^1.0.5",
"ixstoragest": "^1.0.5",
"ixstore": "^1.0.5",
"ky": "^1.1.3",
"react": "^18.2.0",
"react-aria": "^3.30.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"react-stately": "^3.28.0",
"swr": "^2.2.4",
"valibot": "^0.21.0"
},
"devDependencies": {
"@coloradix/unocss": "^2.3.0",
"@types/node": "^20.10.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@unocss/reset": "^0.57.7",
"@unocss/transformer-directives": "^0.57.7",
"@unocss/transformer-variant-group": "^0.57.7",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"lucide": "^0.294.0",
"tsx": "^4.6.0",
"typescript": "^5.2.2",
"unocss": "^0.57.7",
"vite": "^5.0.3"
}
}