aiwf
Version:
AI Workflow Framework for Claude Code with multi-language support (Korean/English)
44 lines • 1.27 kB
JSON
{
"name": "{{projectName}}",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest",
"aiwf": "node .aiwf/scripts/cli.js",
"aiwf:status": "npm run aiwf status",
"aiwf:feature": "npm run aiwf feature",
"aiwf:context": "npm run aiwf context"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
"zustand": "^4.3.8",
"axios": "^1.4.0",
"clsx": "^1.2.1"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.0",
"vite": "^4.3.0",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^5.16.0"
}
}