-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.96 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.96 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
{
"displayName": "Phaser TypeScript Vite",
"productName": "phaser-typescript-vite",
"version": "0.1.0",
"description": "A Phaser Typescript template with ESLint and other extra features out of the box",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write",
"assets": "node ./scripts/generateAssetsClass.js --dev",
"postinstall": "patch-package && pnpm run assets"
},
"repository": {
"type": "git",
"url": "https://github.com/Dark-Magic-Studios/phaser-ts-vite-template"
},
"author": "David Morais <https://github.com/davidsmorais>",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.1",
"dm-react-bifrost": "^1.1.9",
"howler": "^2.2.0",
"patch-package": "^6.5.0",
"phaser": "^3.55.2",
"phaser-animated-tiles": "^2.0.2",
"phaser3-rex-plugins": "^1.1.78",
"pino": "^7.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.5"
},
"devDependencies": {
"@types/howler": "^2.1.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/pino": "^7.0.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react": "^1.3.0",
"camelcase": "^6.0.0",
"commander": "^9.1.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"shelljs": "^0.8.4",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-require-transform": "^1.0.1",
"webfontloader": "^1.6.28",
"xml2js": "^0.4.23"
}
}