-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "token-garden-service",
"version": "1.0.0",
"private": false,
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/courier-prime": "^4.5.0",
"@fontsource/lato": "^4.5.0",
"@loadable/component": "^5.15.0",
"@slack/web-api": "^6.5.1",
"@walletconnect/web3-provider": "^1.6.6",
"chance": "^1.1.8",
"dat.gui": "^0.7.7",
"datadog-winston": "^1.5.1",
"detect-gpu": "^4.0.2",
"ethers": "5.7.2",
"framer-motion": "^4",
"glsl-blend-soft-light": "^1.0.5",
"glsl-film-grain": "^1.0.4",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2",
"glslify-loader": "^2.0.0",
"ioredis": "^4.27.9",
"ipfs-http-client": "^54.0.2",
"next": "11.1.2",
"node-fetch": "^3.1.0",
"node-fetch-retry": "^2.0.0",
"quirrel": "^1.14.1",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"three": "^0.135.0",
"ua-parser-js": "^1.0.2",
"urlbox": "^1.3.3",
"web3": "^4.3.0",
"web3modal": "^1.9.4",
"winston": "^3.3.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.0.0",
"@types/chance": "^1.1.3",
"@types/dat.gui": "^0.7.7",
"@types/gtag.js": "^0.0.8",
"@types/ioredis": "^4.27.4",
"@types/node": "^16.10.2",
"@types/p5": "^1.3.1",
"@types/puppeteer-core": "^5.4.0",
"@types/react": "^17.0.25",
"@types/three": "^0.134.0",
"@types/ua-parser-js": "^0.7.36",
"@types/winston": "^2.4.4",
"create-chakra-icon": "^0.2.1",
"eslint": "^8.56.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.4.1",
"puppeteer": "^12.0.1",
"typescript": "^4.4.3"
}
}