promptenhancer / package.json
Tobs248's picture
# Rolle
eee3ce2 verified
Raw
History Blame Contribute Delete
1.24 kB
Invalid JSON:Unexpected token 'j', "json { ""... is not valid JSON
json
{
"name": "prompt-enhancer",
"version": "1.0.0",
"description": "AI-powered prompt optimization tool for various AI models and platforms",
"main": "src/main.tsx",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.294.0",
"zustand": "^4.4.7",
"clsx": "^2.0.0",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
},
"keywords": [
"prompt-engineering",
"ai-optimization",
"react",
"typescript",
"tailwind"
],
"author": "Your Name",
"license": "MIT"
}
</html>