49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "materia-frontend-vue",
|
|
"version": "0.1.1",
|
|
"description": "Materia is a simple and fast cloud storage (vue)",
|
|
"author": "L-Nafaryus <l.nafaryus@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://materia.elnafo.ru",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/L-Nafaryus/materia",
|
|
"directory": "packages/frontend"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build-check": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"simple-build": "vite build",
|
|
"build": "npm run openapi && vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"openapi": "./node_modules/@hey-api/openapi-ts/bin/index.cjs --input ./openapi.json --output ./src/client/ --client @hey-api/client-axios"
|
|
},
|
|
"dependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@hey-api/client-axios": "^0.2.3",
|
|
"autoprefixer": "^10.4.18",
|
|
"axios": "^1.6.8",
|
|
"filesize": "^10.1.6",
|
|
"pinia": "^2.1.7",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"vue": "^3.3.11",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "^0.53.0",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/node": "^18.19.3",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.10",
|
|
"vue-tsc": "^2.0.29"
|
|
}
|
|
}
|