-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
145 lines (145 loc) · 4.32 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
{
"name": "net64plus",
"version": "2.5.2",
"compatVersion": "1.0.0",
"description": "Net64+ client",
"main": "index.js",
"scripts": {
"start": "yarn build:dev && cd ./build && electron .",
"start:debug": "yarn build:dev",
"bundle": "yarn clean && yarn build && node ./build-app",
"bundle:dev": "yarn clean && yarn build:dev && node ./build-app",
"build": "webpack --env=prod",
"build:dev": "webpack --env=dev",
"build:proto": "pbjs -t static-module -w commonjs -p ./proto -o ./proto/ServerClientMessage.js ./proto/ServerClientMessage.proto && pbts -o ./proto/ServerClientMessage.d.ts ./proto/ServerClientMessage.js && pbjs -t static-module -w commonjs -p ./proto -o ./proto/ClientServerMessage.js ./proto/ClientServerMessage.proto && pbts -o ./proto/ClientServerMessage.d.ts ./proto/ClientServerMessage.js",
"prebuild:win": "electron-rebuild -v 2.0.17 -f -w winprocess",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"test": "jest spec",
"tsc": "tsc --noEmit",
"clean": "git clean -x -f build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tarnadas/net64plus.git"
},
"keywords": [
"net64",
"net64+",
"super",
"mario",
"64",
"online"
],
"author": "Mario Reder",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tarnadas/net64plus/issues"
},
"homepage": "https://net64-mod.github.io/",
"jest": {
"setupFiles": [
"./jest-browser-setup.js"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"dependencies": {
"axios": "^0.18.0",
"bufferutil": "^4.0.1",
"csv-parse": "3",
"deepmerge": "^2.0.1",
"discord-rich-presence": "0.0.8",
"dompurify": "^2",
"electron": "2",
"electron-localshortcut": "^3.2.1",
"history": "^4.7.2",
"immer": "^2.0.0",
"marked": "^0.4.0",
"node-emoji": "^1.8.1",
"protobufjs": "^6.8.4",
"ps-list": "6",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-sortable-hoc": "^1.10.1",
"redux": "^4.0.1",
"rimraf": "^2.6.2",
"tar": "^4.4.8",
"utf-8-validate": "^5.0.2",
"ws": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/plugin-proposal-class-properties": "^7",
"@babel/plugin-proposal-object-rest-spread": "^7",
"@babel/plugin-syntax-dynamic-import": "^7",
"@babel/polyfill": "^7",
"@babel/preset-env": "^7",
"@babel/preset-react": "^7",
"@babel/preset-typescript": "^7",
"@types/csv-parse": "^1.1.11",
"@types/deepmerge": "^1.3.3",
"@types/dompurify": "^2",
"@types/history": "^4.6.2",
"@types/jest": "^22.0.1",
"@types/marked": "^0.3.0",
"@types/node-emoji": "^1.8.0",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"@types/react-redux": "^5.0.14",
"@types/react-router": "^4.0.20",
"@types/react-router-dom": "^4.2.3",
"@types/react-router-redux": "^5.0.11",
"@types/rimraf": "^2.0.2",
"@types/tar": "^4.0.0",
"@types/text-encoding": "^0.0.35",
"@types/ws": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2",
"@typescript-eslint/parser": "^2",
"babel-loader": "^8",
"babel-preset-minify": "^0.5.1",
"core-js": "^3",
"css-loader": "^3",
"devtron": "^1.4.0",
"electron-debug": "2",
"electron-packager": "^9.1.0",
"electron-rebuild": "^1.8.2",
"eslint": "^6",
"eslint-config-standard-with-typescript": "^13",
"eslint-plugin-import": "^2",
"eslint-plugin-jsdoc": "^4.1.1",
"eslint-plugin-node": "^9",
"eslint-plugin-promise": "^4",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^3",
"jest": "^22.0.5",
"mini-css-extract-plugin": "^0.9",
"node-sass": "^4",
"sass-loader": "^8",
"text-encoding": "^0.7.0",
"ts-jest": "^22.0.1",
"typescript": "3.7",
"url-loader": "^0.6.2",
"webpack": "^4",
"webpack-cli": "^3.3.11",
"webpack-sources": "^1.0.1"
},
"optionalDependencies": {
"winprocess": "0.0.2"
}
}