-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "coding-cat-demo",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && refine build",
"dev": "refine dev",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "refine start",
"refine": "refine"
},
"dependencies": {
"@refinedev/antd": "^5.37.4",
"@refinedev/cli": "^2.16.26",
"@refinedev/core": "^4.47.2",
"@refinedev/nestjs-query": "^1.1.1",
"@refinedev/react-router-v6": "^4.5.5",
"antd": "^5.14.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.22.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.24.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^4.7.4",
"vite": "^4.3.1"
}
}