forked from magic-akari/lrc-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.62 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "lrc-maker",
"version": "5.6.6",
"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]",
"engines": {
"node": "16"
},
"scripts": {
"clean": "make clean",
"start": "make dev",
"dev-server": "node scripts/dev-server",
"build": "make build",
"prettier": "prettier --write \"{.,src/**,worker,scripts}/*.{ts,tsx,js,es6,css,json,md}\"",
"listdiff": "prettier -l \"{.,src/**,worker,scripts}/*.{ts,tsx,js,es6,css,json,md}\"",
"lint": "eslint \"{src,worker,scripts}/**/*.{ts,tsx,es6}\" && stylelint \"src/**/*.css\"",
"stylelint": "stylelint --fix \"src/**/*.css\""
},
"dependencies": {
"@lrc-maker/lrc-parser": "^0.1.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/node": "^18.11.3",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"autoprefixer": "^10.4.12",
"core-js": "^3.25.5",
"cssnano": "^5.1.13",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^8.0.3",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-color-function": "^4.1.0",
"postcss-custom-properties": "^12.1.10",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"serve-handler": "^6.1.3",
"source-map-loader": "^4.0.1",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"terser": "^5.15.1",
"toggle-switch-css": "^1.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}