forked from coronaaqui/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1008 Bytes
/
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "pm2 start --node-args='--max-old-space-size=5120' npm -i 2 --name 'website' -- start"
},
"dependencies": {
"antd": "^4.0.3",
"calango": "^1.1.0",
"isomorphic-unfetch": "^3.0.0",
"mixpanel": "^0.11.0",
"mixpanel-browser": "^2.35.0",
"moment": "^2.24.0",
"next": "9.3.2",
"next-redux-wrapper": "^5.0.0",
"polished": "^3.5.0",
"rc-select": "^10.1.6",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-ga": "^2.7.0",
"react-redux": "^7.2.0",
"react-svg": "^11.0.15",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@svgr/webpack": "^5.2.0",
"babel-plugin-styled-components": "^1.10.7",
"dotenv-load": "^2.0.0",
"next-env": "^1.1.1"
}
}