This commit is contained in:
cupcakearmy
2019-05-22 20:34:58 +02:00
parent 7b81984ce7
commit dcbc4bcdd7
73 changed files with 4138 additions and 0 deletions

22
www/package.json Executable file
View File

@@ -0,0 +1,22 @@
{
"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"
}
}