-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.29 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
{
"name": "ricora-beats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rspack build --mode=production",
"dev": "rspack serve",
"format": "prettier --write './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"format:check": "prettier --check './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"lint": "eslint './src/**/*.ts' --ignore-path '.gitignore'",
"lint:fix": "eslint --fix './src/**/*.ts' --ignore-path '.gitignore'",
"check-type": "tsc --noEmit"
},
"keywords": [],
"author": "",
"devDependencies": {
"@rspack/cli": "^0.4.3",
"@types/webfontloader": "^1.6.34",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.3",
"process": "^0.11.10",
"typescript": "^5.2.2",
"util": "^0.12.5"
},
"dependencies": {
"axios": "^0.26.1",
"bms": "github:bemusic/bms-js#v2.1.0-beta.1",
"lil-gui": "^0.17.0",
"phaser": "^3.60.0",
"phaser3-rex-plugins": "^1.1.75",
"webfontloader": "^1.6.28"
}
}