mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-03 08:15:00 -05:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "sendou-ink",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"startprod": "cross-env USE_PRODUCTION_DB=TRUE node index.js",
|
|
"withprod": "cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=TRUE node index.js",
|
|
"withdev": "cross-env LOGGED_IN=TRUE node index.js",
|
|
"watchdev": "cross-env LOGGED_IN=TRUE nodemon index.js",
|
|
"watchprod": "cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=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": {
|
|
"apollo-server": "^2.13.1",
|
|
"apollo-server-express": "^2.13.1",
|
|
"axios": "^0.19.2",
|
|
"btoa": "^1.2.1",
|
|
"compression": "^1.7.4",
|
|
"connect-mongo": "^3.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express-session": "^1.17.1",
|
|
"graphql": "^15.0.0",
|
|
"lodash": "^4.17.15",
|
|
"mongoose": "^5.9.15",
|
|
"mongoose-unique-validator": "^2.0.3",
|
|
"node-fetch": "^2.6.0",
|
|
"passport": "^0.4.1",
|
|
"passport-discord": "^0.1.3",
|
|
"webhook-discord": "^3.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|