sendou.ink/package.json
2020-01-29 03:59:30 +02:00

42 lines
1.2 KiB
JSON

{
"name": "sendou-ink",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env LOGGED_IN=TRUE node index.js",
"withprod": "cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=TRUE node index.js",
"loggedout": "node index.js",
"watch": "cross-env LOGGED_IN=TRUE nodemon index.js",
"build": "cd frontend-react && npm install && npm run build && mv build ../build",
"testbuild": "rmdir /s /q build && cd frontend-react && npm run build && move build ../build"
},
"author": "Sendou",
"license": "ISC",
"dependencies": {
"@rehooks/local-storage": "^2.1.1",
"@types/react-color": "^3.0.1",
"apollo-server": "^2.9.16",
"apollo-server-express": "^2.9.16",
"axios": "^0.19.2",
"btoa": "^1.2.1",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express-session": "^1.17.0",
"graphql": "^14.6.0",
"lodash": "^4.17.15",
"mongoose": "^5.8.10",
"mongoose-unique-validator": "^2.0.3",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.3",
"react-color": "^2.18.0",
"webhook-discord": "^3.5.1"
},
"devDependencies": {
"cross-env": "^7.0.0",
"nodemon": "^2.0.2"
}
}