2026-05-13 10:12:31 +03:00
|
|
|
{
|
|
|
|
|
"name": "all-docs",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-05-22 23:23:14 +03:00
|
|
|
"dev": "npm run prepare:static-index && vite",
|
2026-05-22 19:07:10 +03:00
|
|
|
"build": "tsx build.ts",
|
2026-05-22 23:23:14 +03:00
|
|
|
"app:build": "npm run prepare:static-index && tsc -b && vite build",
|
|
|
|
|
"prepare:static-index": "tsx scripts/prepare-static-index.ts",
|
2026-05-22 19:07:10 +03:00
|
|
|
"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",
|
2026-05-13 10:12:31 +03:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-22 23:23:14 +03:00
|
|
|
"@mantine/core": "^9.2.1",
|
|
|
|
|
"@mantine/hooks": "^9.2.1",
|
|
|
|
|
"@phosphor-icons/react": "^2.1.10",
|
2026-05-13 10:12:31 +03:00
|
|
|
"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",
|
2026-05-13 16:23:08 +03:00
|
|
|
"markdown-it-task-lists": "^2.1.1",
|
2026-05-13 10:12:31 +03:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|