1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "name": "boot-vue",
- "type": "module",
- "version": "0.0.1",
- "private": true,
- "packageManager": "pnpm@8.15.5",
- "description": "Vue starter template with UnoCSS",
- "keywords": [
- "BootVue",
- "boot-vue",
- "vite",
- "unocss",
- "fast",
- "boot"
- ],
- "main": "src/main.ts",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "typecheck": "vue-tsc --noEmit",
- "preview": "vite preview",
- "lint": "eslint .",
- "lint:fix": "eslint . --fix",
- "test": "vitest",
- "test:unit": "vitest",
- "test:coverage": "vitest run --coverage",
- "prepare": "husky install",
- "preinstall": "npx only-allow pnpm"
- },
- "dependencies": {
- "crypto-js": "^4.1.1",
- "@kirklin/logger": "^0.0.2",
- "@kirklin/reset-css": "^0.0.4",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vueuse/core": "^10.9.0",
- "axios": "^1.7.7",
- "daisyui": "^3.9.4",
- "element-plus": "^2.8.7",
- "iso-639-1": "^3.1.2",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "vant": "^4.9.8",
- "vue": "^3.4.21",
- "vue-i18n": "^9.10.2",
- "vue-router": "^4.3.0",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@commitlint/cli": "^19.2.1",
- "@commitlint/config-conventional": "^19.1.0",
- "@iconify-json/mdi": "^1.1.64",
- "@iconify-json/tabler": "^1.1.109",
- "@intlify/unplugin-vue-i18n": "^3.0.1",
- "@kirklin/eslint-config": "^2.2.0",
- "@types/node": "^20.11.30",
- "@types/nprogress": "^0.2.3",
- "@unocss/eslint-config": "^0.58.6",
- "@vitejs/plugin-vue": "^5.0.4",
- "@vitest/coverage-c8": "^0.33.0",
- "@vue/compiler-dom": "^3.4.21",
- "@vue/test-utils": "^2.4.5",
- "eslint": "^8.57.0",
- "eslint-plugin-format": "^0.1.0",
- "husky": "^9.0.11",
- "jsdom": "^24.0.0",
- "lint-staged": "^15.2.2",
- "pnpm": "^8.15.5",
- "typescript": "^5.4.2",
- "unocss": "^0.58.6",
- "unocss-preset-chinese": "^0.3.2",
- "unocss-preset-daisy": "^7.0.0",
- "unocss-preset-ease": "^0.0.3",
- "unplugin-auto-import": "^0.17.5",
- "unplugin-icons": "^0.18.5",
- "unplugin-vue-components": "^0.26.0",
- "vite": "^5.2.0",
- "vite-plugin-inspect": "^0.8.3",
- "vite-plugin-pwa": "^0.19.5",
- "vite-plugin-vue-devtools": "^7.0.19",
- "vitest": "^1.4.0",
- "vue-tsc": "^2.0.7"
- },
- "lint-staged": {
- "**/*": "eslint --fix"
- }
- }
|