-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 Bytes
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
{
"name": "cyber-platformer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"open": "npx cap open android",
"prep": "npx tile-extruder -i ./nobuild/maps/tileset2.png -o ./public/tilesets/tileset2.png -w 16 -h 16"
},
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.7.2",
"vite": "^5.1.4",
"vite-plugin-cross-origin-isolation": "^0.1.6"
},
"dependencies": {
"@capacitor/android": "^5.7.2",
"@capacitor/core": "^5.7.2",
"@capacitor/status-bar": "^5.0.7",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"file-saver": "^2.0.5",
"phaser": "^3.80.1",
"tar": "^7.1.0"
}
}