mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "genera-tor",
|
|
"version": "1.6.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 8080",
|
|
"deploy": "yarn build && firebase deploy --only hosting",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.2",
|
|
"lucide-vue-next": "^0.525.0",
|
|
"pinia": "^2.1.7",
|
|
"showdown": "^2.1.0",
|
|
"vue": "^3.3.11",
|
|
"vue-i18n": "11",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"@types/showdown": "^2.0.6",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.3",
|
|
"sass": "^1.69.5",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.7",
|
|
"vite-plugin-pwa": "^0.17.4"
|
|
}
|
|
}
|