2024-02-10 09:55:11 +00:00
|
|
|
{
|
|
|
|
"name": "gege-jdr",
|
2024-02-10 17:30:09 +00:00
|
|
|
"version": "0.1.0",
|
2024-02-10 09:55:11 +00:00
|
|
|
"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",
|
2024-02-14 05:58:17 +00:00
|
|
|
"lint": "yarn lint:eslint && yarn lint:oxlint",
|
|
|
|
"lint:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
"lint:oxlint": "oxlint -D perf",
|
2024-02-10 09:55:11 +00:00
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fontsource/poppins": "^5.0.8",
|
|
|
|
"@fontsource/roboto": "^5.0.8",
|
|
|
|
"@vueuse/core": "^10.7.2",
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
"pocketbase": "^0.21.1",
|
|
|
|
"rxjs": "^7.8.1",
|
2024-02-14 05:58:17 +00:00
|
|
|
"vue": "^3.4.19",
|
2024-02-10 09:55:11 +00:00
|
|
|
"vue-router": "^4.2.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.7.2",
|
|
|
|
"@tsconfig/node20": "^20.1.2",
|
|
|
|
"@types/jsdom": "^21.1.6",
|
|
|
|
"@types/node": "^20.11.17",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
|
|
"@vue/test-utils": "^2.4.4",
|
|
|
|
"@vue/tsconfig": "^0.5.1",
|
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
|
|
"jsdom": "^24.0.0",
|
|
|
|
"npm-run-all2": "^6.1.2",
|
2024-02-14 05:58:17 +00:00
|
|
|
"oxlint": "^0.2.8",
|
2024-02-10 09:55:11 +00:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"typescript": "~5.3.3",
|
|
|
|
"vite": "^5.1.1",
|
|
|
|
"vitest": "^1.2.2",
|
|
|
|
"vue-tsc": "^1.8.27"
|
|
|
|
},
|
|
|
|
"packageManager": "yarn@4.1.0"
|
|
|
|
}
|