-
-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "lrc-maker",
"version": "5.6.10",
"description": "歌词滚动姬|可能是你所能见到的最好用的歌词制作工具",
"repository": "https://github.com/magic-akari/lrc-maker.git",
"author": "magic-akari <[email protected]>",
"license": "MIT",
"keywords": [
"lrc",
"lrc maker",
"lyric",
"lyric maker"
],
"bugs": "https://github.com/magic-akari/lrc-maker/issues",
"homepage": "https://github.com/magic-akari/lrc-maker#readme",
"files": [
"src",
"build"
],
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"fix:fmt": "dprint fmt",
"check:fmt": "dprint check",
"check:lint": "oxlint src -D correctness -W pedantic"
},
"imports": {
"#const/*": "./src/const/*"
},
"dependencies": {
"@lrc-maker/lrc-parser": "^0.1.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@swc/core": "^1.3.96",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"core-js": "^3.33.2",
"dprint": "^0.45.0",
"gen_dep_tag": "^0.0.3",
"lightningcss": "1.25.1",
"oxlint": "^0.4.0",
"rollup-plugin-externals": "^0.0.1",
"rollup-plugin-swc3": "^0.11.0",
"toggle-switch-css": "^1.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}