1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/web/package.json

30 lines
694 B
JSON

{
"name": "projects",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Lukas Winkler <l.winkler23@mailbox.org>",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.26.0",
"milligram": "^1.3.0",
"moment": "^2.20.1",
"node-vibrant": "^3.2.1-alpha.1",
"normalize.css": "^8.0.0",
"vue": "^2.5.13",
"vue-head": "^2.0.12",
"vue-router": "^3.0.1",
"vuejs-datepicker": "^1.3.2"
},
"devDependencies": {
"vite-plugin-vue2": "^1.9.3",
"sass": "^1.49.9",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}