mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-23 00:26:30 +00:00
23 lines
442 B
JSON
23 lines
442 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"assets": [
|
||
|
".next/**/*"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"dev": "node server.js",
|
||
|
"prod": "NODE_ENV=production node server.js",
|
||
|
"build": "next build"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|