-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 902 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 902 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
{
"name": "sandbox",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "modelence build",
"start": "node .modelence/build/app.mjs",
"dev": "modelence dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@modelence/react-query": "^1.2.5",
"@tanstack/react-query": "^5.90.21",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
"modelence": "^0.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.22.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/node": "^20.11.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.19",
"typescript": "^5.3.3"
}
}