-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.94 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
54
55
56
57
{
"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": "yarn production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"postinstall": "npm run production",
"format": "prettier -w .",
"format:check": "prettier -c .",
"prepare": "husky install"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@headlessui/react": "^1.5.0",
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-react": "^0.7.0",
"@inertiajs/progress": "^0.2.6",
"@mui/material": "^5.2.4",
"@prettier/plugin-php": "^0.18.4",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.4",
"axios": "^0.26",
"husky": "^7.0.0",
"laravel-mix": "^6.0.43",
"lint-staged": "^12.3.7",
"lodash": "^4.17.19",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@devexpress/dx-react-grid-material-ui": "^3.0.0-beta.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@inertiajs/progress": "^0.2.7",
"@mui/icons-material": "^5.2.4",
"@mui/lab": "^5.0.0-alpha.62",
"@types/node": "^17.0.16",
"@types/react": "^17.0.39",
"cross-env": "^7.0.3",
"formik": "^2.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-number-format": "^4.9.3",
"yup": "^0.32.11"
}
}