mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-10 12:04:19 -05:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "isl-calc",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.5",
|
|
"axios-retry": "^4.0.0",
|
|
"oidc-client-ts": "^3.0.1",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.11",
|
|
"vue-oidc-client": "^1.0.0-alpha.5",
|
|
"vue-router": "^4.2.5",
|
|
"vuetify": "^3.4.10"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/node": "^18.19.3",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.4.3",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"jsdom": "^23.0.1",
|
|
"npm-run-all2": "^6.1.1",
|
|
"prettier": "^3.0.3",
|
|
"sass-loader": "^14.0.0",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.10",
|
|
"vitest": "^1.0.4",
|
|
"vue-tsc": "^1.8.25",
|
|
"sass": "^1.69.7",
|
|
"vite-plugin-vuetify": "^2.0.1"
|
|
}
|
|
}
|