-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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.5.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"eslint-config-custom": "workspace:*",
"postcss": "^8.5.15",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"turbo": "^1.13.4"
},
"packageManager": "pnpm@9.15.4",
"pnpm": {
"overrides": {
"elliptic": ">=6.6.1",
"pbkdf2": ">=3.1.3",
"sha.js": ">=2.4.12",
"ws": ">=8.17.1"
}
},
"name": "bulk-auction-interface",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.1053.0",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.9",
"@chakra-ui/theme-tools": "^2.2.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@openpanel/nextjs": "^1.5.1",
"@safe-global/api-kit": "^2.5.11",
"@safe-global/protocol-kit": "^4.1.7",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"@tanstack/query-core": "^4.44.0",
"@tanstack/react-query": "^4.44.0",
"@types/big.js": "^6.2.2",
"@wagmi/core": "^1.4.13",
"abitype": "^0.10.3",
"big.js": "^6.2.2",
"date-fns": "^2.30.0",
"dotenv-cli": "^7.4.4",
"formik": "^2.4.9",
"framer-motion": "^10.18.0",
"graphql": "^16.14.0",
"graphql-request": "^6.1.0",
"iron-session": "8.0.1",
"jotai": "^2.20.0",
"react-icons": "^4.12.0",
"rsuite": "^5.83.4",
"siwe": "^2.3.2",
"swr": "2.2.4",
"use-debounce": "^10.1.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"browserslist": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
]
}