generated from phaserjs/template-solid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 960 Bytes
/
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
{
"name": "phaser-sounds",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/tuzemec/phaser-sounds.git"
},
"author": "Stamen Georgiev <[email protected]> (https://tuzemec.com/)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"homepage": "https://sounds.tuzemec.com",
"keywords": [
"phaser",
"phaser3",
"solidjs",
"vite",
"typescript",
"tonejs"
],
"scripts": {
"dev": "vite --config vite/config.dev.mjs",
"build": "vite build --config vite/config.prod.mjs",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"dependencies": {
"phaser": "^3.80.1",
"solid-js": "^1.8.17",
"solid-knobs": "^0.5.2",
"tone": "^15.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-solid": "^2.10.2"
}
}