-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
156 lines (156 loc) · 5.5 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "smmdb",
"version": "2.13.1",
"clientVersion": "2.2.1",
"description": "Super Mario Maker course database for Cemu",
"main": "build/server",
"repository": {
"type": "git",
"url": "https://github.com/Tarnadas/smmdb.git"
},
"scripts": {
"start": "npm-run-all --parallel watch:client watch:server start:server",
"start:server": "nodemon ./build/server -e ts,js,json -i '*.spec.js' --watch ./build/server",
"start:similarity": "nodemon ./build/similarity",
"watch:devserver": "webpack-dev-server --env ENVIRONMENT=dev-client --hot --inline --progress --content-base ./build/client",
"watch": "npm-run-all --parallel watch:client watch:server",
"watch:client": "npm run build:dev-client -- --watch",
"watch:server": "npm run build:dev-server -- --watch",
"watch:similarity": "npm run build:similarity -- --watch",
"build:dev": "yarn clean && npm run build:dev-client && npm run build:dev-server",
"build:dev-client": "webpack --env ENVIRONMENT=dev-client --progress",
"build:dev-server": "webpack --env ENVIRONMENT=dev-server --progress",
"build:ver": "webpack --env ENVIRONMENT=ver --progress",
"build:client": "webpack --env ENVIRONMENT=prod-client --progress",
"build:server": "webpack --env ENVIRONMENT=prod-server --progress",
"build:similarity": "webpack --env ENVIRONMENT=similarity --progress",
"build": "yarn clean && yarn build:client && yarn build:server",
"test": "jest spec",
"test-server": "webpack --env ENVIRONMENT=test-server --progress",
"test-server:store": "webpack --env ENVIRONMENT=gen-store --progress",
"backup": "node ./backup.js",
"restore": "cd ../mongo && docker-compose up",
"docker:mongo": "docker-compose -f ../docker-compose.dev.yml up",
"clean": "rimraf ./build/client && rimraf ./build/server",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src"
},
"sideEffects": false,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cemu-smm": "^3.0.3",
"cheerio": "^0.22.0",
"compression": "^1.7.1",
"cookie-session": "^2.0.0-beta.3",
"cross-unzip": "^0.2.1",
"crypto-random-string": "^1.0.0",
"device": "^0.3.8",
"difflib": "^0.2.4",
"discord.js": "^11.2.1",
"dompurify": "^1.0.8",
"express": "^4.16.2",
"file-type": "^5.2.0",
"geoip-lite": "^1.3.5",
"google-id-token-verifier": "^0.2.3",
"history": "^4.7.2",
"imagemin-webp": "^4.0.0",
"immutable": "^3.8.2",
"ini": "^1.3.4",
"jimp": "^0.2.28",
"marked": "^0.3.6",
"minhash": "^0.0.9",
"mongodb": "^2.2.33",
"node-emoji": "^1.8.1",
"pmx": "^1.5.4",
"progress": "^2.0.0",
"qrcode": "^0.9.0",
"range-parser": "^1.2.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-google-login": "^3.2.1",
"react-helmet": "^5.2.0",
"react-lazyload": "^2.3.0",
"react-redux": "^5",
"react-router": "^4",
"react-router-dom": "^4",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3",
"redux-immutable": "^4.0.0",
"rimraf": "^2.6.2",
"serve-favicon": "^2.4.5",
"smm-protobuf": "git+https://github.com/Tarnadas/smm-protobuf.git",
"styled-components": "^3.4.9",
"tmp": "0.0.31",
"win-7zip": "^0.1.1",
"ws": "^6.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.7",
"@types/compression": "^0.0.36",
"@types/cookie-session": "^2.0.34",
"@types/dompurify": "^0.0.32",
"@types/express": "^4.11.1",
"@types/file-type": "^5.2.1",
"@types/geoip-lite": "^1.1.29",
"@types/history": "^4.6.2",
"@types/ini": "^1.3.29",
"@types/jest": "^22.2.2",
"@types/marked": "^0.3.0",
"@types/mongodb": "^3.0.9",
"@types/node": "^10.0.4",
"@types/node-emoji": "^1.8.0",
"@types/progress": "^2.0.1",
"@types/range-parser": "^1.2.1",
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.4",
"@types/react-helmet": "^5.0.5",
"@types/react-is": "^16.7.1",
"@types/react-lazyload": "^2.2.5",
"@types/react-redux": "^5",
"@types/react-router": "^4",
"@types/react-router-dom": "^4",
"@types/react-router-redux": "^5.0.12",
"@types/redux-immutable": "^3.0.38",
"@types/rimraf": "^2.0.2",
"@types/serve-favicon": "^2.2.30",
"@types/styled-components": "^3.0.1",
"@types/tmp": "^0.0.33",
"@types/ws": "^6.0.1",
"awesome-typescript-loader": "5",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "8",
"babel-preset-minify": "^0.5.1",
"eslint": "^4.19.1",
"eslint-config-standard-with-typescript": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-typescript": "^0.10.0",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"nodemon": "^1.12.1",
"npm-run-all": "^4.1.2",
"react-is": "^16.12.0",
"script-ext-html-webpack-plugin": "^2.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "3",
"typescript-eslint-parser": "19",
"url-loader": "^0.5.9",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "3",
"webpack-cli": "^4",
"webpack-node-externals": "^1.5.4"
},
"author": "Mario Reder",
"license": "MIT"
}