41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
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": {
|
|
"@zeit/next-css": "^1.0.1",
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^4.5.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"express": "^4.17.1",
|
|
"next": "^9.4.4",
|
|
"react": "^16.13.1",
|
|
"react-bootstrap": "^1.0.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-favicon": "^0.0.18",
|
|
"react-notify-toast": "^0.5.1",
|
|
"react-pose": "^4.0.10",
|
|
"react-redux": "^7.2.0",
|
|
"reactstrap": "^8.4.1",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"react-editable-list": "0.0.3"
|
|
}
|
|
}
|