-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.04 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
{
"name": "phaser-emblem",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --config vite/config.dev.mjs",
"build": "vite build --config vite/config.prod.mjs",
"lint": "eslint src vite eslint.config.js",
"lint-and-fix": "eslint src vite eslint.config.js --fix",
"deploy": "touch dist/.nojekyll && gh-pages -t -d dist -m \"Build for $(git log -n1 --pretty=format:\"%h %s\") [skip ci]\""
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@stylistic/eslint-plugin": "^2.3.0",
"eslint": "9.x",
"eslint-plugin-simple-import-sort": "^12.1.0",
"gh-pages": "^6.1.1",
"globals": "^15.6.0",
"typescript": "^5.2.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"dependencies": {
"bitecs": "^0.3.40",
"phaser": "^3.80.1",
"simplex-noise": "^4.0.1",
"terser": "^5.31.1"
}
}