-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "suono-player",
"version": "1.0.0",
"author": "hawtim<hawtimzhang@gmail.com>",
"description": "A audio player using suono and vue3",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hawtim/suono-player.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hawtim/suono-player/issues"
},
"homepage": "https://github.com/hawtim/suono-player#readme",
"dependencies": {
"ant-design-vue": "^2.0.0-beta.10",
"lodash": "^4.17.20",
"suono": "^0.1.4",
"vue": "^3.0.0-rc.1",
"vue-router": "^4.0.0-beta.13",
"vuex": "^4.0.0-beta.4"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-rc.1",
"babel-plugin-import": "^1.13.1",
"dayjs": "^1.9.3",
"normalize.css": "^8.0.1",
"typescript": "^4.0.3",
"vite": "^1.0.0-rc.1"
}
}