-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 910 Bytes
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
{
"name": "richen.sh",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@12.4.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --max-warnings 0",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.10",
"jotai": "^3.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"ua-parser-js": "^2.0.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^10.10.0",
"eslint-plugin-react-hooks": "^7.1.1",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3",
"typescript-eslint": "^8.70.0",
"vite": "^8.0.0"
}
}