42 lines
1022 B
JSON
42 lines
1022 B
JSON
{
|
|
"name": "typeframes-ai",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 12680",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.2",
|
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/themes": "^3.1.1",
|
|
"classnames": "^2.5.1",
|
|
"framer-motion": "^11.3.28",
|
|
"next": "14.2.5",
|
|
"next-intl": "^3.19.0",
|
|
"query-string": "^9.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.2.1",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"daisyui": "^4.12.10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8",
|
|
"sass": "^1.77.8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|