-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
51
52
53
{
"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": {
"@inertiajs/react": "^2.0.0-beta.3",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"react": "^19.0.0",
"react-compiler-runtime": "^19.0.0-beta-df7b47d-20241124",
"react-dom": "^19.0.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.3.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"laravel-vite-plugin": "^1.1.1",
"node-html-parser": "^6.1.13",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"taze": "^0.18.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-watch": "^0.3.1"
}
}