generated from remarkablegames/kaboom-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "rhythmism",
"version": "1.3.2",
"description": "Rhythmism is a web rhythm game.",
"author": "Mark <[email protected]>",
"scripts": {
"build": "npm run clean && vite build",
"bundle": "scripts/bundle.sh",
"clean": "rm -rf dist",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/rhythmism/",
"dependencies": {
"kaboom": "3000.1.17"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"easytimer.js": "4.6.0",
"eslint": "9.17.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite-plugin-html": "3.2.2"
},
"private": true,
"license": "MIT"
}