-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
{
"name": "ens-app",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@apollo/client": "3.6.5",
"@ensdomains/eth-ens-namehash": "2.0.15",
"@radix-ui/react-aspect-ratio": "0.1.4",
"@radix-ui/react-dialog": "0.1.7",
"@radix-ui/react-dropdown-menu": "0.1.6",
"@radix-ui/react-tabs": "0.1.5",
"@rainbow-me/rainbowkit": "0.2.1",
"@types/react-dom": "18.0.5",
"apollo-link-rest": "0.9.0-rc.1",
"buffer": "6.0.3",
"date-fns": "2.28.0",
"ethers": "5.6.8",
"graphql": "16.5.0",
"graphql-anywhere": "4.2.7",
"i18next": "21.8.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "2.0.10",
"react-i18next": "11.16.9",
"react-scripts": "5.0.1",
"slugify": "1.6.5",
"styled-components": "5.3.5",
"typescript": "4.7.2",
"util": "0.12.4",
"wagmi": "0.4.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/styled-components": "^5.1.25",
"eslint-config-cretia": "^0.2.0",
"prettier": "^2.6.2",
"prettier-config-cretia": "^1.0.2"
},
"eslintConfig": {
"extends": "cretia"
},
"prettier": "prettier-config-cretia"
}