-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.75 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./resources/src --ext .ts,.tsx --fix",
"lint-check": "eslint ./resources/src --ext .ts,.tsx",
"prettier": "prettier-eslint --write ./resources/src/**/*.{ts,tsx}"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^18.19.54",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^3.1.0",
"axios": "^1.7.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.1",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"sass": "^1.79.4",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.2.3",
"vite": "^4.5.5"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/x-charts": "^7.19.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"i18next": "^22.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.9",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.26.2"
}
}