-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.54 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "react-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"prettier": "@samislam/prettier-config/next",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"build": "tsc -b && vite build",
"clean": "tsx ./scripts/clean.ts",
"setup": "tsx ./scripts/setup.ts",
"prisma": "tsx ./scripts/prisma.ts",
"format": "tsx ./scripts/format.ts",
"locales": "tsx ./scripts/locales.ts"
},
"dependencies": {
"@clscripts/cl-common": "^1.0.4",
"@hookform/resolvers": "^5.2.2",
"@inquirer/prompts": "^7.10.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@prisma/client": "6.19.0",
"@react-router/node": "^7.9.5",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@tolgee/format-icu": "^6.2.7",
"@tolgee/react": "^6.2.7",
"await-to-js": "^3.0.0",
"axios": "^1.13.2",
"chalk": "^4.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compare-path": "^1.2.0",
"concat-str": "^1.0.6",
"conditionalize-component": "^1.4.2",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"iif-ts": "^3.0.1",
"isbot": "^5.1.32",
"lucide-react": "^0.553.0",
"ms": "^2.1.3",
"postcss": "^8.5.6",
"prisma": "^6.19.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.66.0",
"react-router": "^7.9.5",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"use-is-mounted-hook": "^1.0.1",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@clscripts/del-cli": "latest",
"@clscripts/dotenv-cli": "^8.0.1",
"@clscripts/echo-cli": "^2.0.0",
"@clscripts/prettier": "^3.6.2",
"@clscripts/prisma": "^6.11.1",
"@clscripts/tolgee-cli": "^2.13.0",
"@eslint/js": "^9.39.1",
"@react-router/dev": "^7.9.5",
"@samislam/prettier-config": "^1.1.7",
"@tolgee/cli": "^2.14.0",
"@types/ms": "^2.1.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.22",
"del-cli": "^7.0.0",
"echo-cli": "^2.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.5.0",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "^1.5.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"tsx": "^4.20.6",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.2.2",
"vite-tsconfig-paths": "^5.1.4"
}
}