-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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": "tx.drip",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/nunito": "^4.5.0",
"@fontsource/open-sans": "^4.5.2",
"@react-three/cannon": "^4.0.1",
"@react-three/drei": "^7.18.0",
"@react-three/fiber": "^7.0.17",
"cryptocurrency-icons": "^0.18.0",
"essential-eth": "^0.4.5",
"eth-components": "^1.0.2",
"eth-hooks": "^2.3.14",
"ethers": "^5.5.1",
"framer-motion": "^5.0.2",
"graphql": "^15.7.1",
"next": "^12.0.1",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-spinners": "^0.11.0",
"react-spring": "^9.3.0",
"react-table": "^7.7.0",
"recoil": "^0.4.1",
"three": "^0.133.1"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"eslint": "7",
"eslint-config-next": "12.0.1",
"typescript": "4.4.4"
}
}