-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "data-provider-multiple",
"version": "3.25.0",
"private": true,
"dependencies": {
"@refinedev/antd": "^5.20.0",
"@refinedev/cli": "^2.5.5",
"@refinedev/core": "^4.16.4",
"@refinedev/inferencer": "^3.5.6",
"@refinedev/react-router-v6": "^4.3.2",
"@refinedev/simple-rest": "^4.5.0",
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"cross-env": "^7.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
"react-scripts": "^5.0.0",
"typescript": "^4.7.4"
},
"scripts": {
"start": "cross-env DISABLE_ESLINT_PLUGIN=true refine start",
"build": "cross-env DISABLE_ESLINT_PLUGIN=true refine build",
"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"
]
}
}