forked from refinedev/refine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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": "multi-tenancy-strapi",
"version": "3.25.0",
"private": true,
"dependencies": {
"@refinedev/antd": "^5.6.0",
"@refinedev/core": "^4.10.0",
"@refinedev/cli": "^2.3.0",
"@refinedev/react-router-v6": "^4.1.0",
"@refinedev/strapi-v4": "^4.1.0",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0",
"cross-env": "^7.0.3",
"typescript": "^4.7.4",
"antd": "^5.0.5",
"@ant-design/icons": "^5.0.1"
},
"scripts": {
"start": "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"
]
}
}