-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.91 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "player",
"description": "An HTML5 Phigros chart player/simulator based on Phaser.",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "git+https://github.com/PhiZone/player.git"
},
"author": "PhiZone <[email protected]> (https://www.phi.zone/)",
"license": "Mozilla Public License 2.0",
"licenseUrl": "https://opensource.org/license/mpl-2-0",
"bugs": {
"url": "https://github.com/PhiZone/player/issues"
},
"homepage": "https://www.phi.zone/player",
"keywords": [
"phizone",
"phigros",
"phaser",
"phaser3",
"svelte",
"vite"
],
"scripts": {
"dev": "vite --config vite/config.dev.mjs --host",
"build": "vite build --config vite/config.prod.mjs && pnpm cap copy",
"preview": "vite preview --outDir build --host",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pret": "prettier --check ./**/*.{js,cjs,ts,html,css,svelte,md,json}",
"pret:fix": "prettier --write ./**/*.{js,cjs,ts,html,css,svelte,md,json}",
"d": "tauri build",
"dd": "tauri build --debug",
"desktop": "tauri build",
"and": "pnpm cap open android",
"android": "pnpm cap open android",
"ios": "pnpm cap open ios"
},
"devDependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/cli": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@eslint/js": "^9.17.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tauri-apps/cli": "2.1.0",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "3.4.2",
"prettier-eslint": "^16.3.0",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.17.1",
"svelte-check": "^4.1.3",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
},
"type": "module",
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.14.0",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@fix-webm-duration/fix": "^1.0.1",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-deep-link": "~2.2.0",
"apng-js": "^1.1.4",
"bezier-easing": "^2.1.0",
"context-filter-polyfill": "^0.3.21",
"cordova-plugin-fullscreen": "^1.3.0",
"file-type": "^19.6.0",
"gifuct-js": "^2.1.2",
"jszip": "^3.10.1",
"mathjs": "^14.0.1",
"mime": "^4.0.6",
"phaser": "^3.87.0",
"phaser3-rex-plugins": "^1.80.12",
"query-string": "^9.1.1",
"wavesurfer.js": "^7.8.15"
},
"resolutions": {
"cookie": ">=0.7.0"
}
}