mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
38 lines
866 B
JSON
38 lines
866 B
JSON
{
|
|
"name": "@plane/ui-v2",
|
|
"version": "0.0.0",
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"exports": {
|
|
".": "./dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup --minify",
|
|
"dev": "tsup --watch",
|
|
"check-types": "tsc --noEmit",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.46",
|
|
"@types/react-dom": "^18.2.18",
|
|
"eslint": "^8.56.0",
|
|
"react": "^18.2.0",
|
|
"tsup": "^7.2.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"tailwind-config-custom": "*",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"lucide-react": "^0.407.0",
|
|
"react-hook-form": "^7.52.1",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|