-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "react-tailwind-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"format": "prettier . --write",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"agent": "agent-cli"
},
"dependencies": {
"@db-ux/react-core-components": "4.2.3",
"@db-ux/core-foundations": "4.2.3",
"@db-ux/core-components": "4.2.3",
"@tailwindcss/vite": "^4.1.17",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "7.10.1"
},
"devDependencies": {
"@db-ux/agent-cli": "4.2.3",
"@db-ux/core-foundations": "4.2.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.0",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.3",
"vite": "^7.2.6"
}
}