forked from DeFiGeek-Community/yamawake-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
{
"private": true,
"scripts": {
"build": "dotenv -- turbo run build",
"dev": "dotenv -- turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0",
"name": "bulk-auction-interface",
"dependencies": {
"@apollo/client": "^3.7.17",
"@aws-sdk/client-dynamodb": "^3.379.1",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "2.7.1",
"@chakra-ui/theme-tools": "^2.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/big.js": "^6.1.6",
"@wagmi/core": "^1.3.8",
"abitype": "^0.9.6",
"big.js": "^6.2.1",
"date-fns": "^2.30.0",
"dotenv-cli": "^7.2.1",
"formik": "^2.4.2",
"framer-motion": "^10.15.0",
"graphql": "^16.7.1",
"iron-session": "^6.3.1",
"jotai": "^2.2.3",
"react-icons": "^4.10.1",
"rsuite": "^5.37.2",
"siwe": "^2.1.4",
"swr": "^2.2.0",
"use-debounce": "^9.0.4",
"viem": "^1.5.0",
"wagmi": "^1.3.9"
},
"browserslist": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
]
}