-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 996 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.6",
"postcss": "^8.1.14",
"prettier": "3.0.0",
"react-refresh": "^0.13.0"
},
"dependencies": {
"@inertiajs/react": "^1.0.9",
"@mantine/core": "^6.0.15",
"@mantine/form": "^6.0.15",
"@mantine/hooks": "^6.0.15",
"axios": "^1.1.2",
"luxon": "^2.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tabler-icons-react": "^1.48.1"
}
}