mirror of
https://github.com/BluemediaGER/ScanOS.git
synced 2024-11-10 03:55:28 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "scan-os-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"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": {
|
|
"axios": "^1.5.0",
|
|
"bootstrap-icons": "^1.11.1",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@tsconfig/node18": "^18.2.0",
|
|
"@types/node": "^20.5.7",
|
|
"@vitejs/plugin-vue": "^4.3.1",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^3.0.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "~5.1.6",
|
|
"vite": "^4.4.9",
|
|
"vue-tsc": "^1.8.8"
|
|
}
|
|
}
|