mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 05:24:36 +08:00
* init * fix build issues * move deps over * Update CommandMenuWrapper.tsx * build fixes * Update sitemap_www.xml * reset * Update sitemap_www.xml * Update tsconfig.json * Update package.json * Update package.json * Update package-lock.json * Update package.json
130 lines
4.5 KiB
JSON
130 lines
4.5 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build:icons": "node --experimental-modules internals/populate-icons.js",
|
|
"typecheck": "tsc --noEmit",
|
|
"generate-demo-tailwind-classes": "node internals/tokens/generate-demo-tailwind-classes.js",
|
|
"cleanse-css-for-tailwind": "node internals/tokens/cleanse-css-for-tailwind.js",
|
|
"transform-tokens": "node ./transformTokens.js",
|
|
"extract-design-tokens": "node internals/tokens/extract-design-tokens.js",
|
|
"generate-styles": "npm run extract-design-tokens && npm run transform-tokens && npm run cleanse-css-for-tailwind && npm run generate-demo-tailwind-classes",
|
|
"storybook-build": "storybook build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@hookform/resolvers": "^3.1.1",
|
|
"@mertasan/tailwindcss-variables": "^2.2.3",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-context-menu": "^2.1.5",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-menubar": "^1.0.4",
|
|
"@radix-ui/react-navigation-menu": "^1.1.4",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-portal": "^1.0.4",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"color": "^4.2.3",
|
|
"colorjs.io": "^0.4.3",
|
|
"common-tags": "^1.8.2",
|
|
"date-fns": "^2.30.0",
|
|
"formik": "^2.2.9",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.338.0",
|
|
"next-themes": "^0.2.1",
|
|
"openai": "^4.17.0",
|
|
"postcss": "^8.4.31",
|
|
"prop-types": "^15.7.2",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-countdown": "^2.3.5",
|
|
"react-day-picker": "^8.8.0",
|
|
"react-feather": "^2.0.10",
|
|
"react-hook-form": "^7.45.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-markdown": "^8.0.3",
|
|
"react-resizable-panels": "^2.0.11",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-tooltip": "^4.2.17",
|
|
"reactflow": "^11.10.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"sse.js": "^2.2.0",
|
|
"tailwind-merge": "^1.13.2",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"tailwindcss-radix": "^2.0.0",
|
|
"yup": "^0.32.11",
|
|
"zod": "^3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-flow": "^7.21.4",
|
|
"@babel/preset-env": "^7.21.4",
|
|
"@babel/preset-flow": "^7.21.4",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.21.4",
|
|
"@ctrl/tinycolor": "^3.4.0",
|
|
"@jest/types": "^29.6.0",
|
|
"@storybook/addon-actions": "^7.5.3",
|
|
"@storybook/addon-controls": "^7.5.3",
|
|
"@storybook/addon-docs": "^7.5.3",
|
|
"@storybook/addon-mdx-gfm": "^7.5.3",
|
|
"@storybook/addon-styling": "^1.3.7",
|
|
"@storybook/react": "^7.5.3",
|
|
"@storybook/react-webpack5": "^7.5.3",
|
|
"@testing-library/jest-dom": "^6.1.3",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@tokens-studio/sd-transforms": "^0.8.5",
|
|
"@types/common-tags": "^1.8.1",
|
|
"@types/react": "^18.2.24",
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
"@types/react-dom": "^18.2.8",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"common": "*",
|
|
"config": "*",
|
|
"copyfiles": "^2.4.1",
|
|
"glob": "^8.1.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"next": "*",
|
|
"sql-formatter": "^12.2.0",
|
|
"storybook": "^7.5.3",
|
|
"storybook-dark-mode": "^3.0.1",
|
|
"style-dictionary": "^3.7.1",
|
|
"ts-jest": "^29.1.1",
|
|
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|