-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.88 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
{
"name": "bar-leaderboards",
"private": true,
"version": "0.1.0",
"description": "",
"scripts": {
"dev": "./node_modules/.bin/webpack --env dev",
"prod": "./node_modules/.bin/webpack --env prod",
"start": "node ./dist/server/app.js",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix",
"build-slp-types": "./node_modules/.bin/ts-interface-builder --outDir ./src/server/model --suffix -compiled ./src/server/model/spring-lobby-protocol.ts"
},
"author": "Jazcash",
"license": "ISC",
"dependencies": {
"@types/clone-deep": "^4.0.1",
"@types/copy-webpack-plugin": "^6.2.0",
"@types/css-font-loading-module": "0.0.4",
"@types/eslint": "^7.2.5",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/express-ws": "^3.0.0",
"@types/node": "^14.14.6",
"@types/webpack": "^4.41.22",
"@types/webpack-dev-middleware": "^3.7.2",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-env": "^1.15.3",
"@types/webpack-hot-client": "^4.1.0",
"@types/webpack-hot-middleware": "^2.25.3",
"@types/webpack-node-externals": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.1",
"cross-env": "^7.0.3",
"css-loader": "^4.2.2",
"ejs": "^3.1.5",
"eslint": "^7.14.0",
"eslint-plugin-simple-import-sort": "^6.0.1",
"eslint-plugin-unused-imports": "^1.0.0",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"express-session": "^1.17.1",
"express-tsx-views": "^1.2.5",
"express-ws": "^4.0.0",
"html-webpack-plugin": "^4.4.1",
"iframe-resizer": "^4.2.11",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.29.0",
"sass-loader": "^10.0.2",
"sldbts": "^1.0.1",
"sluts": "^1.2.0",
"style-loader": "^1.2.1",
"ts-interface-checker": "^0.1.13",
"ts-loader": "^8.0.9",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^4.0.0",
"webpack-hot-client": "^4.1.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^2.5.2",
"webpack-texture-packer": "0.0.5"
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.11.3",
"raw-loader": "^4.0.2",
"ts-interface-builder": "^0.2.3"
}
}