@colyseus/playground 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "@colyseus/playground",
3
+ "version": "0.15.0",
4
+ "dependencies": {
5
+ "@colyseus/core": "^0.15.0"
6
+ },
7
+ "peerDependencies": {
8
+ "express": ">=4.16.0"
9
+ },
10
+ "main": "./build/index.js",
11
+ "module": "./build/index.mjs",
12
+ "typings": "./build/index.d.ts",
13
+ "scripts": {
14
+ "start": "react-scripts start",
15
+ "build": "react-scripts build",
16
+ "test": "react-scripts test",
17
+ "eject": "react-scripts eject",
18
+ "prepublishOnly": "node build.mjs"
19
+ },
20
+ "files": ["build", "README.md", "LICENSE", "screenshot.png"],
21
+ "eslintConfig": {
22
+ "extends": [
23
+ "react-app",
24
+ "react-app/jest"
25
+ ]
26
+ },
27
+ "browserslist": {
28
+ "production": [
29
+ ">0.2%",
30
+ "not dead",
31
+ "not op_mini all"
32
+ ],
33
+ "development": [
34
+ "last 1 chrome version",
35
+ "last 1 firefox version",
36
+ "last 1 safari version"
37
+ ]
38
+ },
39
+ "devDependencies": {
40
+ "@testing-library/jest-dom": "^5.16.5",
41
+ "@testing-library/react": "^13.4.0",
42
+ "@testing-library/user-event": "^13.5.0",
43
+ "@types/jest": "^27.5.2",
44
+ "@types/jsoneditor": "^9.9.0",
45
+ "@types/node": "^16.18.31",
46
+ "@types/react": "^18.2.6",
47
+ "@types/react-dom": "^18.2.4",
48
+ "colyseus.js": "^0.15.8",
49
+ "esbuild": "^0.17.19",
50
+ "fast-glob": "^3.2.12",
51
+ "jsoneditor": "^9.10.2",
52
+ "react": "^18.2.0",
53
+ "react-dom": "^18.2.0",
54
+ "react-flatpickr": "^3.10.13",
55
+ "react-router-dom": "^6.11.2",
56
+ "react-scripts": "5.0.1",
57
+ "react-tailwindcss-select": "^1.8.5",
58
+ "react-transition-group": "^4.4.5",
59
+ "react18-json-view": "^0.0.8",
60
+ "tailwindcss": "^3.3.2",
61
+ "typescript": "^4.9.5",
62
+ "web-vitals": "^2.1.4"
63
+ }
64
+ }
package/screenshot.png ADDED
Binary file