-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "omni-food-factory",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@chakra-ui/hooks": "^2.4.2",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.59.15",
"@wagmi/core": "^2.13.9",
"axios": "^1.7.7",
"framer-motion": "^10.3.2",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.7",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1",
"viem": "^2.21.30",
"wagmi": "^2.12.20"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-compat": "^4.1.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}