mirror of
https://github.com/cupcakearmy/obolus.git
synced 2025-09-06 08:10:39 +00:00
client
This commit is contained in:
22
www/package.json
Executable file
22
www/package.json
Executable 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user