-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "nginx-theme-2",
"private": true,
"type": "module",
"scripts": {
"build": "npm run lint && npm run typecheck && NODE_ENV=production react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "biome check",
"lint:fix": "biome check --write --unsafe",
"shadcn": "shadcn"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@fontsource-variable/inter": "^5.2.8",
"@react-router/node": "^7.13.1",
"@react-router/serve": "^7.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^25.8.18",
"isbot": "^5.1.35",
"lucide-react": "^0.577.0",
"object-path": "^0.11.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.8",
"react-router": "^7.13.1",
"tailwind-merge": "^3.5.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@biomejs/biome": "^2.4.6",
"@react-router/dev": "^7.13.1",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.4.0",
"@types/object-path": "^0.11.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"picocolors": "^1.1.1",
"react-router-devtools": "^6.2.0",
"shadcn": "^4.0.3",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-node": "^6.0.0",
"vite-plugin-babel": "^1.5.1",
"vite-tsconfig-paths": "^6.1.1"
}
}