-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "vuepress-plugin-awesome-musicplayer",
"version": "1.2.1",
"description": "a music player by vuepress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2"
},
"keywords": [
"vuepress",
"music",
"player"
],
"author": "daodaolee",
"license": "MIT",
"devDependencies": {
"vuepress": "^1.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/daodaolee/vuepress-plugin-awesome-musicplayer"
},
"dependencies": {
"@better-scroll/core": "^2.0.0-alpha.20",
"@better-scroll/mouse-wheel": "^2.0.0-alpha.20",
"@better-scroll/scroll-bar": "^2.0.0-alpha.20",
"axios": "^0.21.1",
"better-scroll": "^1.15.2",
"lodash-es": "^4.17.15",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vuex": "^3.0.1"
}
}