-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.71 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "web_truyxuat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.17.1",
"@tanstack/react-query": "^5.8.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.22.0",
"chart.js": "^4.4.2",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.3.2",
"esm": "^3.2.25",
"gh-pages": "^6.1.1",
"history": "^5.3.0",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"mathjs": "^12.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primereact": "^10.0.9",
"prop-types": "^15.8.1",
"qr-scanner": "^1.4.2",
"query-string": "^8.1.0",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-auth-kit": "^3.1.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-math-view": "^1.3.2",
"react-qr-code": "^2.0.12",
"react-redux": "9.1.2",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^10.0.5",
"recharts": "^2.12.3",
"redux": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@testing-library/react": "^15.0.6",
"autoprefixer": "^10.4.21",
"babel-jest": "^29.7.0",
"cors": "^2.8.5",
"eslint-plugin-react": "^7.33.2",
"express": "^4.18.2",
"jest": "^27.5.1",
"msw": "^2.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11"
},
"proxy": "http://localhost:5000/api/v1/",
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
},
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
}