-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "minecraft-rcon-client",
"version": "1.0.0",
"description": "This is an Rcon Client featuring React and Material-UI. \nI am brand new to react so please don't judge. Also come check out my discord discord.codingbutter.com and catch me streaming on twitch.tv/codingbutter",
"keywords": [
"client",
"custom client",
"rcon",
"react",
"material",
"minecraft",
"remote control",
"rcon client",
"server"
],
"main": "src/index.js",
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"namemc": "0.2.7",
"node-fetch": "2.6.1",
"querystringify": "^2.2.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3"
},
"devDependencies": {
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}