-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
49
50
51
52
{
"name": "minizo",
"version": "0.2.0",
"description": "Minizo is a sleek web app built with Node.js, Express.js, and Vue.js. Minizo lets users effortlessly browse and manage their music collection and obtain tracks.",
"private": true,
"type": "module",
"scripts": {
"serve": "node server.mjs",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite --mode production build",
"type-check": "vue-tsc --build --force"
},
"keywords": [],
"author": {
"name": "Mattias Ghodsian",
"url": "https://github.com/mattiasghodsian"
},
"license": "GPL-3.0",
"dependencies": {
"@primevue/themes": "^4.0.4",
"@tailwindcss/forms": "^0.5.7",
"axios": "^1.6.8",
"child_process": "^1.0.2",
"dotenv": "^16.4.5",
"execa": "^8.0.1",
"express": "^4.19.2",
"express-basic-auth": "^1.2.1",
"flat": "^6.0.1",
"fs": "^0.0.1-security",
"music-metadata": "^7.14.0",
"node-taglib-sharp": "^5.2.3",
"path": "^0.12.7",
"pinia": "^2.1.7",
"primevue": "^4.0.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"winston": "^3.13.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.0",
"vite": "^5.2.8",
"vue-tsc": "^2.0.11"
}
}