2026-05-13 10:12:31 +03:00
|
|
|
{
|
|
|
|
|
"name": "all-docs",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "npm run site:generate && tsc -b && vite build",
|
|
|
|
|
"docs:prepare:slm-design": "tsx scripts/docs/prepare.ts slm-design",
|
|
|
|
|
"docs:build:slm-design": "npm run docs:prepare:slm-design && vitepress build docs/slm-design",
|
2026-05-13 17:12:18 +03:00
|
|
|
"docs:prepare:nextjs-style-guide": "tsx scripts/docs/prepare.ts nextjs-style-guide",
|
|
|
|
|
"docs:build:nextjs-style-guide": "npm run docs:prepare:nextjs-style-guide && vitepress build docs/nextjs-style-guide",
|
2026-05-13 11:20:14 +03:00
|
|
|
"docs:prepare:figma-adaptive-standards": "tsx scripts/docs/prepare.ts figma-adaptive-standards",
|
|
|
|
|
"docs:build:figma-adaptive-standards": "npm run docs:prepare:figma-adaptive-standards && vitepress build docs/figma-adaptive-standards",
|
2026-05-13 10:12:31 +03:00
|
|
|
"site:generate": "tsx scripts/site/generate-artifacts.ts",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|