-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "my-app",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-format": "prettier --config .prettierrc.yaml 'src/**/*.ts' --write",
"prettier-format-tsx": "prettier --config .prettierrc.yaml 'src/**/*.tsx' --write"
},
"browser": {
"fs": false
},
"dependencies": {
"@chakra-ui/icons": "^2.0.14",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/next": "^9.0.0",
"axios": "^1.2.2",
"constants": "^0.0.2",
"ethers": "^5.7.2",
"fastfile": "^0.0.20",
"framer-motion": "^6.5.1",
"fs": "^0.0.1-security",
"graphql": "^16.6.0",
"jotai": "^1.12.0",
"lodash": "^4.17.21",
"next": "^13.0.0",
"pools-ts":"git+https://github.com/ameensol/pools-ts.git",
"privacy-pools": "git+https://github.com/ameensol/pools-sol.git",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"readline": "^1.3.0",
"snarkjs": "^0.5.0",
"urql": "^3.0.3",
"wagmi": "^0.9.6",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@wagmi/core": "^0.9.5",
"eslint": "^8.15.0",
"eslint-config-next": "^12.0.4",
"http-server": "^14.1.1",
"prettier": "^2.8.4",
"ts-loader": "^9.4.2",
"typescript": "^4.7.4"
}
}