forked from cory2067/gtsosu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gtsosu",
"version": "1.0.0",
"description": "Official website for the Global Taiko Showdown",
"main": "server/server.js",
"scripts": {
"hotloader": "webpack-dev-server --config ./webpack.config.js --mode development --port 5000",
"start": "nodemon -q --ignore client/ | tee logs.txt | pino-pretty",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/cory2067/gtsosu.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"@awaitjs/express": "^0.4.0",
"@reach/router": "^1.3.4",
"antd": "^4.5.4",
"connect-mongo": "^3.2.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-session": "^1.17.1",
"google-auth-library": "^5.10.1",
"heroku-ssl-redirect": "0.0.4",
"moment": "^2.27.0",
"mongoose": "^5.10.0",
"node-fetch": "^2.6.1",
"node-osu": "^2.2.0",
"nodemon": "^1.19.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.5.0",
"pg": "^7.18.2",
"pino": "^5.17.0",
"pino-pretty": "^3.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.21",
"react-markdown": "^4.3.1",
"react-router-dom": "^4.3.1",
"url-loader": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.1.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^4.12.21",
"style-loader": "^0.23.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}