-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.7 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
72
73
{
"name": "gtodev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=8192' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:bb": "env-cmd -f .env.dev.bb next dev -p 7000",
"stage:bb": "env-cmd -f .env.stage.bb next build && next start -p 7000",
"dev:gto": "env-cmd -f .env.dev.gto next dev -p 4000",
"build:gto": "env-cmd -f .env.dev.gto next build && next start -p 7000",
"stage:gto": "env-cmd -f .env.stage.gto next build && next start -p 6000",
"prod:gto": "env-cmd -f .env.prod.gto next build && next start -p 6500",
"dev:eb": "env-cmd -f .env.dev.eb next dev -p 3000",
"build:eb": "env-cmd -f .env.dev.eb next build && next start -p 5000",
"stage:eb": "env-cmd -f .env.stage.eb next build && next start -p 5000",
"prod:eb": "env-cmd -f .env.prod.eb next build && next start -p 5500"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.2.1",
"@mui/lab": "^5.0.0-alpha.63",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.2.3",
"@svgr/webpack": "^6.1.2",
"axios": "^0.24.0",
"compression": "^1.7.4",
"compression-webpack-plugin": "^10.0.0",
"country-list": "^2.2.0",
"d3": "^7.6.1",
"env-cmd": "^10.1.0",
"formik": "^2.2.9",
"icomoon-react": "^3.0.0",
"immer": "^9.0.16",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"next": "^12.2.0",
"next-auth": "^3.29.3",
"nextjs-google-analytics": "^2.0.0",
"react": "^18.2.0",
"react-avatar-editor": "^12.0.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-countdown": "^2.3.2",
"react-currency-format": "^1.1.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-imask": "^6.4.2",
"react-lazy-load": "^4.0.1",
"react-number-format": "^4.8.0",
"react-player": "^2.11.0",
"react-quill": "^2.0.0",
"react-share": "^4.4.1",
"react-swipeable": "^6.2.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"sass": "^1.51.0",
"styled-components": "^5.3.6",
"virtual-select-plugin": "^1.0.29",
"yup": "^0.32.11",
"zustand": "^4.1.3"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-next": "11.1.2",
"ignore-loader": "^0.1.2"
}
}