34 lines
890 B
JSON
34 lines
890 B
JSON
{
|
|
"name": "moritzruth.de",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite-ssg build",
|
|
"start": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"@vue/compiler-sfc": "^3.1.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-awzzm-vue": "^2.0.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.3.7",
|
|
"vite-plugin-pages": "^0.19.4",
|
|
"vite-plugin-windicss": "^1.0.4",
|
|
"windicss": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/plus-jakarta-sans": "^4.5.0",
|
|
"@fontsource/syne": "^4.5.0",
|
|
"@iconify/json": "1.1.444",
|
|
"@vueuse/core": "^7.2.2",
|
|
"@vueuse/head": "^0.5.1",
|
|
"blobs": "^2.2.1-beta.1",
|
|
"ohmyfetch": "^0.4.11",
|
|
"unplugin-icons": "^0.12.23",
|
|
"vite-ssg": "^0.17.2",
|
|
"vue": "^3.2.26",
|
|
"vue-router": "^4.0.12"
|
|
}
|
|
}
|