-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.3 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "polka-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"test": "jest",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@ethersproject/providers": "^5.3.1",
"@next/bundle-analyzer": "^11.0.1",
"@nextui-org/react": "^1.0.0-beta.9",
"@sentry/nextjs": "^6.10.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/humps": "^2.0.0",
"axios": "^0.21.1",
"babel-plugin-macros": "^3.1.0",
"bignumber.js": "^9.0.1",
"bn.js": "^5.2.0",
"boxicons": "^2.0.7",
"dat.gui": "^0.7.9",
"dayjs": "^1.10.6",
"ethers": "^5.4.0",
"framer-motion": "^6.4.1",
"humps": "^2.0.1",
"husky": "^7.0.2",
"next": "^11.0.1",
"next-seo": "^5.4.0",
"nextjs-progressbar": "^0.0.14",
"react": "17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.12.0",
"react-icons": "^4.2.0",
"react-query": "^3.34.7",
"stylis": "4.0.4",
"swr": "^0.5.6",
"tslib": "2.2.0",
"web3": "^1.3.6"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@types/dat.gui": "^0.7.7",
"@types/jest": "^26.0.24",
"@types/react": "17.0.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cross-env": "^7.0.3",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-environment-jsdom": "^27.0.6",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"typescript": "4.3.5",
"webpack-bundle-analyzer": "^4.4.2"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}