-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "avastars-codex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"ethers": "^5.0.19",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"isomorphic-fetch": "^3.0.0",
"mongodb": "^3.6.2",
"next": "^10.0.0",
"rc-slider": "^9.5.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-modal": "^3.11.2",
"react-select": "^3.1.0",
"theme-ui": "^0.3.1",
"web3": "^1.3.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/mongodb": "^3.5.27",
"@types/node": "^14.11.8",
"@types/rc-slider": "^8.6.6",
"@types/react": "^16.9.52",
"@types/react-modal": "^3.10.6",
"@types/react-select": "^3.0.22",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^2.0.5",
"typescript": "^4.0.3"
}
}