-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.23 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
{
"name": "pooltogether-marketing-site-v3",
"version": "3.0.0",
"private": false,
"author": "PoolTogether Inc.",
"repository": "[email protected]:pooltogether/pool-marketing-site-v3.git",
"scripts": {
"dev": "npm-run-all --parallel start:app start:server",
"build": "next build && next export && yarn postexport",
"dist": "yarn build && netlify-lambda build functions",
"start:app": "PORT=3000 node --max-old-space-size=8192 server.js",
"start:server": "netlify-lambda serve functions",
"postinstall": "netlify-lambda install",
"export": "next export",
"postexport": "node post-export.js",
"distrelease": "yarn dist",
"start": "NODE_ENV=production PORT=80 node server.js"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.6",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@fontsource/poppins": "^4.5.9",
"@pooltogether/current-pool-data": "3.3.3",
"@pooltogether/etherplex": "^0.2.3",
"@pooltogether/pooltogether-contracts": "3.3.7",
"@pooltogether/utilities": "0.0.15",
"@reach/dialog": "^0.13.0",
"@reach/menu-button": "^0.13.0",
"@reach/tooltip": "^0.13.0",
"autoprefixer": "^10.2.4",
"axios": "^0.21.1",
"beautiful-react-hooks": "^0.31.0",
"classnames": "^2.2.6",
"ethers": "^4.0.47",
"fathom-client": "^3.0.0",
"feather-icons-react": "^0.4.3",
"framer-motion": "^3.3.0",
"http-proxy-middleware": "^1.0.6",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-locize-backend": "^4.1.9",
"i18next-node-locize-backend": "^3.1.2",
"jotai": "^0.16.0",
"netlify-lambda": "1.6.3",
"next": "10.1.3",
"next-i18next": "^4.5.0",
"next-images": "^1.7.0",
"postcss-easy-import": "^3.0.0",
"query-string": "^6.13.8",
"react": "17.0.2",
"react-content-loader": "^5.1.1",
"react-countup": "^4.3.3",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-fitty": "^1.0.1",
"react-i18next": "11.8.5",
"react-intersection-observer": "^8.28.5",
"react-query": "^2.26.2",
"react-query-devtools": "^2.6.3",
"react-toastify": "^6.0.8",
"tailwindcss": "^1.8.6",
"use-window-focus": "^1.2.0",
"wistia-player-api-loader": "^1.0.0"
}
}