30af7a80d9
Direct dev-dependencies для tools/registry-load.mjs + registry-render.mjs (этап 1 router discipline overhaul). Установлено через --legacy-peer-deps из-за peerDep-конфликта Histoire/Vite (квирк #74, ранее известный). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:analyze": "cross-env BUILD_ANALYZE=1 vite build",
|
|
"dev": "vite",
|
|
"lint:vue": "eslint \"resources/js/**/*.{ts,vue}\" \"tests/Frontend/**/*.ts\"",
|
|
"format": "prettier --write \"resources/js/**/*.{ts,vue,css}\" \"tests/Frontend/**/*.ts\"",
|
|
"format:check": "prettier --check \"resources/js/**/*.{ts,vue,css}\" \"tests/Frontend/**/*.ts\"",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"test:vue": "vitest run",
|
|
"dx": "node scripts/dev-indices-lookup.mjs",
|
|
"story": "histoire dev",
|
|
"story:build": "histoire build",
|
|
"story:preview": "histoire preview"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@histoire/plugin-vue": "^1.0.0-beta.1",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vitest/coverage-v8": "^4.1.5",
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
"@vue/test-utils": "^2.4.10",
|
|
"ajv": "^8.20.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"axios": "^1.16.0",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^10.3.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.9.1",
|
|
"histoire": "^1.0.0-beta.1",
|
|
"js-yaml": "^4.1.1",
|
|
"jsdom": "^29.1.1",
|
|
"knip": "^6.12.2",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"pinia": "^3.0.4",
|
|
"prettier": "^3.8.3",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"sass-embedded": "^1.99.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-vuetify": "^2.1.3",
|
|
"vitest": "^4.1.5",
|
|
"vue": "^3.5.34",
|
|
"vue-router": "^4.6.4",
|
|
"vue-tsc": "^3.2.8",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.12.5"
|
|
},
|
|
"dependencies": {
|
|
"lucide-vue-next": "^1.0.0"
|
|
}
|
|
}
|