-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 KB
/
package.json
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
{
"name": "justd-vite",
"private": true,
"type": "module",
"scripts": {
"build": "cross-env NODE_ENV=production react-router build",
"dev": "react-router dev",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"format": "biome lint --fix ./app && biome check --write ./app",
"format:unsafe": "biome check --unsafe --write"
},
"dependencies": {
"@react-router/node": "^7.4.0",
"@react-router/serve": "^7.4.0",
"isbot": "^5.1.25",
"justd-icons": "^1.10.25",
"motion": "^11.18.2",
"react": "^19.0.0",
"react-aria-components": "^1.7.1",
"react-dom": "^19.0.0",
"react-router": "^7.4.0",
"sonner": "^2.0.1",
"tailwindcss-react-aria-components": "^2.0.0",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@react-router/dev": "^7.4.0",
"@tailwindcss/vite": "^4.0.15",
"@types/node": "^20.17.25",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"cross-env": "^7.0.3",
"rustywind": "^0.23.1",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^5.1.4"
}
}