-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 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
48
49
50
{
"name": "railgun-shielder",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"checkFormat": "yarn prettier --check . ",
"format": "yarn prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@railgun-community/quickstart": "3.11.6",
"@railgun-community/shared-models": "3.9.4",
"@rainbow-me/rainbowkit": "^0.8.1",
"browser-level": "^1.0.1",
"ethers": "^5.0.0",
"framer-motion": "^6",
"fuse.js": "^6.6.2",
"level-js": "^6.1.0",
"levelup": "^5.1.1",
"localforage": "^1.10.0",
"next": "^13.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.42.1",
"swr": "^2.0.0",
"wagmi": "^0.9.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/level-js": "^4.0.2",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"eslint": "^8.15.0",
"eslint-config-next": "^13.0.3",
"prettier": "^2.8.1",
"typescript": "^4.7.2"
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.1"
}
}