forked from mucolabs/keza_starter_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
44
45
46
47
48
49
50
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && vite build --ssr",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"icons:add": "sly add",
"icons:build": "tsx ./scripts/build_icons"
},
"dependencies": {
"@mantine/core": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-compiler-runtime": "^0.0.0-experimental-605e95c-20241015",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@headlessui/react": "^2.1.10",
"@inertiajs/react": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"concurrently": "^9.0.1",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"laravel-vite-plugin": "^1.0",
"node-html-parser": "^6.1.13",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4",
"vite-plugin-watch": "^0.3.1"
}
}