-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "client2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.8.3",
"@pankod/refine-antd": "^4.7.1",
"@pankod/refine-cli": "^1.2.0",
"@pankod/refine-core": "^3.18.0",
"@pankod/refine-inferencer": "^2.0.2",
"@pankod/refine-mui": "^3.30.0",
"@pankod/refine-react-hook-form": "^3.27.1",
"@pankod/refine-react-router-v6": "^3.18.0",
"@pankod/refine-simple-rest": "^3.18.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^29.2.4",
"apexcharts": "^3.36.3",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"next": "^13.1.6",
"nookies": "^2.5.2",
"react": "^18.0.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0",
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.7.4"
},
"scripts": {
"dev": "cross-env DISABLE_ESLINT_PLUGIN=true refine start",
"build": "cross-env DISABLE_ESLINT_PLUGIN=true refine build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"refine": "refine"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}