22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "turniere-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "NODE_ENV=production node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"next": "^7.0.2",
|
|
"react": "^16.6.1",
|
|
"react-dom": "^16.6.1"
|
|
}
|
|
}
|