obolus/www/package.json

21 lines
508 B
JSON
Raw Normal View History

2019-05-22 18:34:58 +00:00
{
"private": true,
"scripts": {
2019-05-23 11:19:42 +00:00
"build": "next build",
"dev": "npm install --silent && node server.js",
"dev:local": "npm install --silent && API_HOST=localhost node server.js",
"prod": "NODE_ENV=production node server.js"
2019-05-22 18:34:58 +00:00
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.8.0",
"http-proxy": "^1.17.0",
"js-cookie": "^2.2.0",
"next": "^7.0.2",
"next-cookies": "^1.0.4",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"uhrwerk": "^1.0.0"
}
}