forked from LykkeCorp/lykke.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 996 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
{
"name": "lykke-website",
"private": true,
"scripts": {
"dev": "node server/app.js",
"build": "next build",
"start": "NODE_ENV=production node server/app.js",
"export": "npm run build && next export"
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.23.0",
"next": "^7.0.2",
"oidc-client": "https://github.com/IdentityModel/oidc-client-js.git#dev",
"polished": "^2.3.0",
"react": "^16.6.0",
"react-chartjs-2": "^2.7.4",
"react-device-detect": "^1.6.1",
"react-dom": "^16.6.0",
"react-gtm-module": "^2.0.2",
"react-styled-flexboxgrid": "^2.6.0",
"react-tabs": "^3.0.0",
"react-truncate": "^2.4.0",
"react-twitter-widgets": "^1.7.1",
"styled-components": "^4.1.1",
"styled-tools": "^1.6.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0"
},
"license": "CC"
}