sendou.ink/package.json
2019-11-10 18:24:55 +02:00

34 lines
872 B
JSON

{
"name": "sendou-ink",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js",
"build": "cd react-ui && npm install && npm run build && mv build ../build",
"testbuild": "rmdir /s /q build && cd react-ui && npm run build && move build ../build"
},
"author": "Sendou",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.9.7",
"apollo-server-express": "^2.9.7",
"axios": "^0.19.0",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express-session": "^1.17.0",
"graphql": "^14.5.8",
"lodash": "^4.17.15",
"mongoose": "^5.7.9",
"mongoose-unique-validator": "^2.0.3",
"node-fetch": "^2.6.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.3"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}