-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.64 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
{
"name": "template-vite",
"description": "A Phaser 3 template using Vite.",
"version": "1.4.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/template-vite.git"
},
"author": "Phaser Studio <support@phaser.io> (https://phaser.io/)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/phaserjs/template-vite/issues"
},
"homepage": "https://github.com/phaserjs/template-vite#readme",
"scripts": {
"dev": "node log.js dev & vite --config vite/config.dev.mjs",
"build": "node log.js build & vite build --config vite/config.prod.mjs",
"dev-nolog": "vite --config vite/config.dev.mjs",
"build-nolog": "vite build --config vite/config.prod.mjs",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@vitest/coverage-v8": "^4.1.5",
"jsdom": "^29.1.1",
"terser": "^5.39.0",
"vite": "^6.3.1",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.5"
},
"overrides": {
"@codetrix-studio/capacitor-google-auth": {
"@capacitor/core": "^8.0.0"
}
},
"dependencies": {
"@capacitor-community/admob": "^8.0.0",
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@capgo/native-purchases": "^8.3.6",
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
"firebase": "^12.13.0",
"phaser": "4.0.0"
}
}