65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "promptarch",
|
|
"version": "1.0.0",
|
|
"description": "Transform vague ideas into production-ready prompts and PRDs",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@types/node": "^22.10.1",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "^15.0.3",
|
|
"file-saver": "^2.0.5",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "^16.1.1",
|
|
"postcss": "^8.4.49",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.69.0",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "^3.6.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"xlsx": "^0.18.5",
|
|
"zod": "^4.2.1",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^22.10.1",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"prompt-engineering",
|
|
"prd-generator",
|
|
"nextjs",
|
|
"qwen",
|
|
"ollama",
|
|
"zai"
|
|
],
|
|
"author": "Roman | RyzenAdvanced <https://github.com/roman-ryzenadvanced>",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.rommark.dev/admin/PromptArch.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.rommark.dev/admin/PromptArch/issues"
|
|
},
|
|
"homepage": "https://github.rommark.dev/admin/PromptArch"
|
|
} |