75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "@ohif/ui-next",
|
|
"version": "3.13.0-beta.89",
|
|
"description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
|
|
"main": "dist/ohif-ui-next.umd.js",
|
|
"module": "src/index.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
"start": "yarn run build --watch",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build"
|
|
},
|
|
"exports": {
|
|
"./tailwind.config": "./tailwind.config.ts",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./components/*": "./src/components/*.tsx",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "1.2.11",
|
|
"@radix-ui/react-checkbox": "1.3.2",
|
|
"@radix-ui/react-context-menu": "2.2.15",
|
|
"@radix-ui/react-dialog": "1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "2.1.15",
|
|
"@radix-ui/react-hover-card": "1.1.14",
|
|
"@radix-ui/react-icons": "1.3.2",
|
|
"@radix-ui/react-label": "2.1.7",
|
|
"@radix-ui/react-popover": "1.1.14",
|
|
"@radix-ui/react-scroll-area": "1.2.9",
|
|
"@radix-ui/react-select": "2.2.5",
|
|
"@radix-ui/react-separator": "1.1.7",
|
|
"@radix-ui/react-slider": "1.3.5",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-switch": "1.2.5",
|
|
"@radix-ui/react-tabs": "1.1.12",
|
|
"@radix-ui/react-toggle": "1.1.9",
|
|
"@radix-ui/react-toggle-group": "1.1.10",
|
|
"@radix-ui/react-tooltip": "1.2.7",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"date-fns": "4.1.0",
|
|
"framer-motion": "6.2.4",
|
|
"lucide-react": "0.379.0",
|
|
"next-themes": "0.3.0",
|
|
"react": "18.3.1",
|
|
"react-day-picker": "9.12.0",
|
|
"react-resizable-panels": "2.1.9",
|
|
"react-shepherd": "6.1.1",
|
|
"shepherd.js": "13.0.3",
|
|
"sonner": "1.7.4",
|
|
"tailwind-merge": "2.6.0",
|
|
"tailwindcss": "3.2.4",
|
|
"tailwindcss-animate": "1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-private-property-in-object": "7.29.7"
|
|
},
|
|
"keywords": [],
|
|
"author": "OHIF",
|
|
"license": "MIT"
|
|
}
|