- добавлена сборка self-contained skill для Claude Code и opencode - добавлен install-ready архив skill в public/slm-design/skill - обновлена карточка SLM Design с меню действий открыть/скачать - добавлен static fallback главной страницы из общего конфига - подключены Mantine Menu и Phosphor Icons для действий карточки
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "all-docs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm run prepare:static-index && vite",
|
|
"build": "tsx build.ts",
|
|
"app:build": "npm run prepare:static-index && tsc -b && vite build",
|
|
"prepare:static-index": "tsx scripts/prepare-static-index.ts",
|
|
"build:slm-design": "tsx projects/slm-design/build.ts",
|
|
"build:nextjs-style-guide": "tsx projects/nextjs-style-guide/build.ts",
|
|
"build:figma-adaptive-standards": "tsx projects/figma-adaptive-standards/build.ts",
|
|
"build:template-sync-strategy": "tsx projects/template-sync-strategy/build.ts",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^9.2.1",
|
|
"@mantine/hooks": "^9.2.1",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.6.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.59.2",
|
|
"vite": "^5.4.21",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-llms": "^1.12.2"
|
|
}
|
|
}
|