-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.99 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tableturf-replica",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint --ignore-path .gitignore src",
"update_manifest": "python src/assets/gen_manifest.py",
"update_schema": "typescript-json-schema tsconfig.json * --include src/client/bot/Typing.d.ts src/core/Typing.d.ts --out src/Schema.json --required",
"build": "tsc && vite build",
"build:server": "tsc -p server.tsconfig.json",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.10",
"@pixi/tilemap": "^3.2.2",
"bezier-easing": "^2.1.0",
"boardgame.io": "^0.50.2",
"dom-to-image-more": "^2.13.1",
"fuzzysort": "^2.0.4",
"gsap": "^3.11.3",
"js-cookie": "^3.0.1",
"jsonschema": "^1.4.1",
"loglevel": "^1.8.1",
"long": "^5.2.1",
"mobile-detect": "^1.4.5",
"pixi-webfont-loader": "^1.0.2",
"pixi.js": "^6.5.6",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-social-icons": "^5.15.0",
"react-transition-group": "^4.4.5",
"rpc-websockets": "^7.5.0",
"ua-parser-js": "^1.0.32",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/js-cookie": "^3.0.2",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.30.0",
"less": "^4.1.3",
"strip-indent": "^4.0.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"typescript-json-schema": "^0.55.0",
"vite": "^4.0.0",
"vitest": "^0.25.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}