-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
62 lines (62 loc) · 1.53 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
{
"name": "lizhi-app",
"version": "1.0.0",
"description": "🎸 李志(B哥)音乐作品专属,在线播放器,免费下载,我们不能失去信仰!",
"title": "Lizhi App",
"keywords": [
"lizhi",
"music",
"app",
"site",
"react"
],
"homepage": "https://lizhi.turkyden.com",
"bugs": {
"url": "https://github.com/turkyden/lizhi-app/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/turkyden/lizhi-app"
},
"license": "MIT",
"scripts": {
"start": "umi dev",
"build": "umi build",
"tw": "npx tailwindcss -i ./src/input.css -o ./public/tailwind.css --watch",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/pro-layout": "^6.5.0",
"hls.js": "^1.2.9",
"react": "17.x",
"react-cmdk": "^1.3.6",
"react-dom": "17.x",
"react-jinke-music-player": "^4.24.2",
"umi": "^3.5.21"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.5.21",
"lint-staged": "^10.0.7",
"prettier": "^2.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.1.2",
"yorkie": "^2.0.0"
}
}