This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
forked from AranduTech/laravel-mui-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.1 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
58
59
60
61
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"start": "mix watch",
"start-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"lint": "eslint --ext .jsx,.js resources/js/src",
"lint-fix": "eslint --ext .jsx,.js --fix resources/js/src"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@calm/eslint-plugin-react-intl": "^1.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"circular-dependency-plugin": "^5.2.2",
"eslint": "^8.32.0",
"eslint-plugin-i18next": "^6.0.0-2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.1.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-mix": "^6.0.6",
"react-refresh": "^0.14.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.13.4",
"@mui/x-date-pickers": "^5.0.18",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^0.21",
"dayjs": "^1.11.7",
"deep-object-diff": "^1.1.9",
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"lodash": "^4.17.19",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.2.0",
"react-imask": "^6.4.3",
"react-number-format": "^5.1.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"recursive-diff": "^1.0.9",
"redux-logger": "^3.0.6",
"uuid": "^9.0.0"
}
}