-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Refine_Supbase_RJSF",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc && refine build",
"cypress": "cypress open -C ./cypress.config.ts",
"cypress:run": "cypress run -C ./cypress.config.ts",
"dev": "concurrently 'node rest-simulator/index.js' 'PORT=4000 refine dev'",
"preview": "refine start",
"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"
]
},
"dependencies": {
"@refinedev/antd": "^5.37.4",
"@refinedev/cli": "^2.16.24",
"@refinedev/core": "^4.47.1",
"@refinedev/inferencer": "^4.5.20",
"@refinedev/react-router-v6": "^4.5.5",
"@refinedev/simple-rest": "^4.1.0",
"@refinedev/supabase": "^5.7.6",
"@rjsf/antd": "^5.16.1",
"@rjsf/core": "^5.16.1",
"@rjsf/utils": "^5.16.1",
"@rjsf/validator-ajv8": "^5.16.1",
"@types/node": "^20.11.19",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uiw/react-md-editor": "^3.19.5",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
"antd": "^5.0.5",
"concurrently": "^7.6.0",
"dotenv": "^16.4.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"cypress": "^13.6.3",
"typescript": "^4.7.4",
"vite": "^4.3.1"
}
}