-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.08 KB
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
62
63
64
{
"name": "my-react-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/eslintrc": "^3.3.1",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.0",
"@mui/utils": "^7.3.3",
"@mui/x-date-pickers": "^8.11.0",
"@nivo/network": "^0.99.0",
"@reduxjs/toolkit": "^1.9.5",
"@vitejs/plugin-react": "^5.0.2",
"apexcharts": "^5.3.5",
"axios": "^1.5.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.13",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"moment": "^2.30.1",
"moment-jalaali": "^0.10.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-redux": "^8.1.0",
"react-router-dom": "^6.14.1",
"react-window": "^2.2.7",
"recharts": "^3.1.2",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@types/node": "^24.7.2",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"eslint": "^9.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"vite": "^5.4.0"
}
}