forked from consolelabs/mochi-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "mochi-web",
"private": true,
"scripts": {
"dev": "yarn && next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"postinstall": "yarn generate-icons",
"generate-icons": "node ./scripts/generate-icon-components.js"
},
"dependencies": {
"@dwarvesf/react-hooks": "^0.7.0",
"@dwarvesf/react-utils": "^0.4.1",
"@fontsource/dela-gothic-one": "^4.5.8",
"@fontsource/dm-serif-display": "^4.5.6",
"@fontsource/inter": "^4.5.7",
"@heroicons/react": "^1.0.6",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"ethers": "^5.6.4",
"next": "latest",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"autoprefixer": "^10.4.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}