-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.56 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
{
"name": "phaser_game",
"version": "0.0.0",
"description": "> TODO: description",
"author": "karranb <[email protected]>",
"main": "dist/phaser_game.js",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp -r dist ../node_server/src/static/game",
"preview": "vite preview",
"lint": "eslint --ext .ts,.tsx src/",
"prettier": "prettier --write src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.6.2",
"typescript": "^4.5.4",
"vite": "^2.9.5",
"vite-plugin-pwa": "^0.12.2"
},
"dependencies": {
"@capacitor/android": "^3.6.0",
"@capacitor/cli": "^3.6.0",
"@capacitor/core": "^3.6.0",
"@capacitor/ios": "^3.6.0",
"@capacitor/keyboard": "^1.2.3",
"@robingenz/capacitor-app-update": "^1.3.1",
"@unly/universal-language-detector": "^2.0.3",
"antd": "^4.22.2",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"i18next": "^21.8.14",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"phaser": "^3.55.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.5.0",
"vite-tsconfig-paths": "^3.4.1"
}
}