-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
68 lines (68 loc) · 1.69 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
{
"name": "izowave",
"description": "Isometric game. Build and defense in open world",
"version": "1.18.5",
"keywords": [
"game",
"isometric",
"defense",
"build",
"open-world",
"phaser",
"strategy"
],
"license": "GNU",
"author": {
"name": "Nikita Galadiy",
"email": "[email protected]",
"url": "https://neki.guru/"
},
"main": "./dist/index.html",
"scripts": {
"start": "vite --host",
"build": "vite build",
"test": "jest",
"lint": "eslint \"./**/*.{ts,tsx}\" --ignore-path .gitignore --fix"
},
"devDependencies": {
"@types/heap": "0.2.33",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/styled-components": "5.1.29",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@vitejs/plugin-react": "4.2.1",
"alias-reuse": "3.0.5",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"phaser3spectorjs": "0.0.8",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-plugin-checker": "0.6.4",
"vite-plugin-static-copy": "0.17.1"
},
"dependencies": {
"events": "3.3.0",
"gen-biome": "2.4.1",
"heap": "0.2.7",
"idb": "7.1.1",
"phaser": "3.60.0",
"phaser-react-ui": "1.14.5",
"phaser3-rex-plugins": "1.60.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "6.1.0",
"uuid": "9.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neki-dev/izowave.git"
}
}