-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.1 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
{
"private": false,
"name": "xns-audio-player-simple",
"version": "3.2.2",
"description": "A simple yet powerful music player for VueJs inspired by xns-audio-player",
"main": "./dist/index.js",
"scripts": {
"dev": "vite",
"build": "npm run build:css && vite build",
"build:css": "npx tailwindcss -i src/tailwind.css -o src/output.css -m",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xinnks/xns-audio-player-simple.git"
},
"keywords": [
"audio player",
"audio",
"player",
"xinnks",
"vue",
"vuejs"
],
"author": "James Sinkala",
"license": "MIT",
"bugs": {
"url": "https://github.com/xinnks/xns-audio-player-simple/issues"
},
"homepage": "https://github.com/xinnks/xns-audio-player-simple#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"vite": "^2.8.6",
"vue": "^3.2.31"
},
"peerDependencies": {
"vue": "^3.2.31"
}
}