-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1004 Bytes
/
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": "0x-ep-features",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-fn-map": "yarn ts-node --skip-project scripts/generate-function-map.ts"
},
"dependencies": {
"@0x/contract-addresses": "^6.23.3",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^6",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"next": "12.2.5",
"radash": "^7.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@0x/contract-artifacts": "^3.19.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "4.8.2"
}
}