40 lines
966 B
JSON
40 lines
966 B
JSON
{
|
|
"name": "dragn-emoji-generator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fontsource/roboto": "^5.2.10",
|
|
"@mui/material": "^9.0.0",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@types/adm-zip": "^0.5.8",
|
|
"@uiw/react-color": "^2.10.1",
|
|
"adm-zip": "^0.5.17",
|
|
"lucide-react": "^1.14.0",
|
|
"motion": "^12.38.0",
|
|
"next": "16.2.4",
|
|
"postcss": "^8.5.13",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-use-measure": "^2.1.7",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.4",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|