clean old

This commit is contained in:
Kalle (Sendou) 2020-11-20 09:46:57 +02:00
parent d36112934d
commit 776fb39e98
4 changed files with 0 additions and 5264 deletions

View File

@ -1 +0,0 @@
web: node dist/index.js

View File

@ -1,38 +0,0 @@
[![Discord Server](https://discordapp.com/api/guilds/299182152161951744/embed.png)](https://discord.gg/sendou)
Goal of sendou.ink is to provide useful tools and resources for the Splatoon community.
Live version: [https://sendou.ink/](https://sendou.ink/)
> :warning: **This is the overhaul branch**: Live version is still on the old version
## Technologies used
- React (via Next.JS)
- TypeScript
- Node.js
- PostgreSQL (via Prisma 2)
## A few highlight features
🦑 Planner tool where you can draw on any map in the game to conveniently make up game plans
🦑 Calendar that collects together all the events happening in the community
🦑 Users can make an account and submit their builds and browse builds made by others
🦑 It is possible to submit yourself as "free agent". If two FA's like each other they are notified and a new team can be founded
🦑 X Rank Top 500 results can be browsed through far more conveniently than on the official app
🦑 Browse through detailed tournament results
🦑 Choose between light and dark mode
## Installation & getting started
TODO
## Contributing
TODO

5169
old/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,56 +0,0 @@
{
"name": "sendou.ink-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "concurrently \"cross-env USE_PRODUCTION_DB=TRUE ts-node-dev index.js\" \"cd frontend-react && npm start\"",
"dev:loggedin": "concurrently \"cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=TRUE ts-node-dev index.js\" \"cd frontend-react && npm start\"",
"dev:backend": "cross-env USE_PRODUCTION_DB=TRUE ts-node-dev index.js",
"install:all": "concurrently \"npm i\" \"cd frontend-react && npm i\"",
"build": "npm run build:frontend && npm run build:backend",
"build:frontend": "rm -rf build && cd frontend-react && npm install && npm run build && mv build ../build",
"build:backend": "rm -rf dist && tsc",
"migrate:make": "knex migrate:make",
"migrate:rollback": "knex migrate:rollback",
"migrate:latest": "knex migrate:latest",
"prettier": "prettier --write '**/*.{ts,js,css,html,tsx,jsx,graphql}'"
},
"author": "Sendou",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.18.2",
"apollo-server-express": "^2.18.2",
"axios": "^0.20.0",
"btoa": "^1.2.1",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"graphql": "^15.3.0",
"graphql-depth-limit": "^1.1.0",
"knex": "^0.21.6",
"lodash": "^4.17.20",
"mongoose": "^5.10.8",
"mongoose-unique-validator": "^2.0.3",
"node-fetch": "^2.6.1",
"objection": "^2.2.3",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"pg": "^8.4.0",
"uuid": "^8.3.1",
"webhook-discord": "^3.7.7"
},
"devDependencies": {
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0-pre.63",
"typescript": "^4.0.3"
}
}