-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 891 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
{
"private": true,
"author": {
"name": "Pablo E. L. Targino",
"email": "[email protected]",
"url": "https://pabloufrn.github.io"
},
"name": "playmytime",
"description": "A web based music player",
"homepage": "https://pabloeltdev.github.io/playmytime",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.4.1",
"@tailwindcss/forms": "^0.5.3",
"@types/wicg-file-system-access": "^2020.9.5",
"nuxt": "^3.2.2",
"vite-plugin-node-polyfills": "^0.7.0"
},
"dependencies": {
"dexie": "^3.2.3",
"m3u8-parser": "^6.0.0",
"music-metadata-browser": "^2.5.9",
"vue-draggable-next": "^2.1.1"
}
}