-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.61 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
53
54
55
56
57
{
"name": "cloudscape",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "tsc --noEmit",
"check:watch": "tsc --noEmit --watch",
"lint": "eslint ."
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@fontsource/atkinson-hyperlegible": "^5.2.8",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.130.0",
"cnfast": "^0.0.8",
"dedent": "^1.7.2",
"hls.js": "^1.6.16",
"ios-haptics": "^3.1.1",
"jotai": "^2.15.0",
"lucide-react": "^0.468.0",
"motion": "^12.23.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"serialize-error": "^13.0.1",
"tailwind-color-pairings": "^0.1.2",
"tailwind-variants": "^3.2.2",
"tw-animate-css": "^1.4.0",
"valibot": "^1.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@eslint-react/eslint-plugin": "^5.14.5",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/router-plugin": "^1.130.0",
"@types/node": "^25.9.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.4.1",
"eslint-plugin-better-tailwindcss": "^4.6.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.16"
}
}