{ "name": "style-transformer", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 5000", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@ant-design/icons": "^5.2.6", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@supabase/auth-ui-react": "^0.4.6", "@supabase/auth-ui-shared": "^0.1.8", "@supabase/ssr": "^0.0.10", "@supabase/supabase-js": "^2.39.1", "antd": "^5.12.2", "axios": "^1.6.2", "browser-image-compression": "^2.0.2", "jotai": "^2.6.0", "next": "14.0.4", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" } }