@ohif/ui-next 3.9.0-beta.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @license lucide-react v0.379.0 - ISC
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the ISC license.
|
|
15
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
package/package.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ohif/ui-next",
|
|
3
|
+
"version": "3.9.0-beta.59",
|
|
4
|
+
"description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
|
|
5
|
+
"main": "dist/ohif-ui-next.umd.js",
|
|
6
|
+
"module": "src/index.ts",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"clean": "rm -rf node_modules/.cache/storybook && shx rm -rf dist",
|
|
16
|
+
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
17
|
+
"start": "yarn run build --watch",
|
|
18
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
19
|
+
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
20
|
+
"build:package": "yarn run build"
|
|
21
|
+
},
|
|
22
|
+
"exports": {
|
|
23
|
+
"./tailwind.config": "./tailwind.config.ts",
|
|
24
|
+
"./lib/*": "./src/lib/*.ts",
|
|
25
|
+
"./components/*": "./src/components/*.tsx",
|
|
26
|
+
".": "./src/index.ts"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
|
30
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
31
|
+
"@radix-ui/react-popover": "^1.0.7",
|
|
32
|
+
"@radix-ui/react-slot": "^1.0.2",
|
|
33
|
+
"class-variance-authority": "^0.7.0",
|
|
34
|
+
"clsx": "*",
|
|
35
|
+
"cmdk": "^1.0.0",
|
|
36
|
+
"date-fns": "^3.6.0",
|
|
37
|
+
"framer-motion": "6.2.4",
|
|
38
|
+
"lucide-react": "^0.379.0",
|
|
39
|
+
"next-themes": "^0.3.0",
|
|
40
|
+
"react": "^18.3.1",
|
|
41
|
+
"react-day-picker": "^8.10.1",
|
|
42
|
+
"sonner": "^1.4.41",
|
|
43
|
+
"tailwind-merge": "^2.3.0",
|
|
44
|
+
"tailwindcss": "3.2.4",
|
|
45
|
+
"tailwindcss-animate": "^1.0.7"
|
|
46
|
+
},
|
|
47
|
+
"keywords": [],
|
|
48
|
+
"author": "OHIF",
|
|
49
|
+
"license": "MIT"
|
|
50
|
+
}
|