31 lines
807 B
JSON
Executable file
31 lines
807 B
JSON
Executable file
{
|
|
"name": "moira",
|
|
"version": "1.0.0",
|
|
"author": "Moritz Ruth <dev@moritzruth.de>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "vite --port 3000 --host",
|
|
"build": "vite build",
|
|
"start": "vite preview --port 3000 --host"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ph": "^1.1.5",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"typescript": "^5.0.4",
|
|
"unplugin-icons": "^0.16.1",
|
|
"vite": "^4.3.8",
|
|
"vite-plugin-pages": "^0.30.1",
|
|
"vite-plugin-windicss": "^1.9.0",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/manrope": "^5.0.0",
|
|
"@vueuse/core": "^10.1.2",
|
|
"lodash-es": "^4.17.21",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"sass": "^1.62.1",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.1"
|
|
}
|
|
}
|