mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "stacjownik",
|
|
"version": "1.26.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"deploy:prod": "yarn build && firebase deploy --only hosting",
|
|
"deploy:dev": "yarn build && firebase hosting:channel:deploy dev --expires 7d",
|
|
"preview": "yarn build && vite preview",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.32.2",
|
|
"dotenv": "^16.3.1",
|
|
"pinia": "^2.1.6",
|
|
"sass": "^1.67.0",
|
|
"showdown": "^2.1.0",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.4.1",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.12",
|
|
"@types/showdown": "^2.0.6",
|
|
"@vite-pwa/assets-generator": "^0.2.4",
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"axios": "^1.7.2",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.3.4",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vue-tsc": "^2.0.28"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|