-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "antugrow-safari",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"refine": "refine"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@nextui-org/react": "^2.1.13",
"@refinedev/chakra-ui": "^2.5.4",
"@refinedev/cli": "^2.7.4",
"@refinedev/core": "^4.28.2",
"@refinedev/inferencer": "^4.3.2",
"@refinedev/kbar": "^1.1.2",
"@refinedev/nextjs-router": "^5.3.2",
"@refinedev/react-hook-form": "^4.1.2",
"@refinedev/react-table": "^5.1.4",
"@refinedev/simple-rest": "^4.0.0",
"@tabler/icons": "^1.1.0",
"classnames": "^2.3.2",
"ethers": "^6.7.1",
"framer-motion": "^10.16.4",
"next": "^13.0.6",
"next-auth": "^4.23.1",
"next-i18next": "^8.9.0",
"nookies": "^2.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-select": "^5.7.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.48.0",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"typescript": "^4.7.4"
},
"refine": {
"projectId": "ID9bVN-gt80pa-1jbFF0"
}
}