-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "@zxkfall/audio-player",
"version": "1.4.3",
"description": "This is a module than can play music or other audio",
"main": "index.js",
"scripts": {
"cy:open": "cypress open",
"serve": "live-server --port=8080",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/zxkfall/audio-player.git"
},
"keywords": [
"audio",
"music",
"player"
],
"author": "Xingkun Zhang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zxkfall/audio-player/issues"
},
"homepage": "https://github.com/zxkfall/audio-player#readme",
"dependencies": {
"@types/node": "^17.0.24"
},
"devDependencies": {
"sass-loader": "^12.6.0",
"css-loader": "^6.7.1",
"cypress": "^9.5.4",
"eslint": "^8.13.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^27.5.1",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.50.1",
"style-loader": "^3.3.1",
"webpack": "^5.72.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}