@crossangle-org/cs-ui 0.0.1
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.
- package/README.md +47 -0
- package/dist/cs-ui.css +4371 -0
- package/dist/index.cjs.js +94174 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +604 -0
- package/dist/index.es.js +94141 -0
- package/dist/index.es.js.map +1 -0
- package/package.json +101 -0
package/package.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@crossangle-org/cs-ui",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Common React UI Component Library for Xangle Services.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"private": false,
|
|
7
|
+
"main": "dist/index.cjs.js",
|
|
8
|
+
"module": "dist/index.es.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"lint": "eslint . --max-warnings 0",
|
|
15
|
+
"storybook": "storybook dev -p 6006",
|
|
16
|
+
"build:package": "tsc -p tsconfig.build.json && vite build",
|
|
17
|
+
"build:storybook": "storybook build",
|
|
18
|
+
"chromatic": "chromatic --exit-zero-on-changes --build-script-name build:storybook"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@radix-ui/react-accordion": "^1.2.2",
|
|
22
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
23
|
+
"@radix-ui/react-checkbox": "^1.1.3",
|
|
24
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
25
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
26
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
27
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
28
|
+
"@radix-ui/react-popover": "^1.1.5",
|
|
29
|
+
"@radix-ui/react-progress": "^1.1.2",
|
|
30
|
+
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
31
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
32
|
+
"@radix-ui/react-separator": "^1.1.1",
|
|
33
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
34
|
+
"@radix-ui/react-switch": "^1.1.2",
|
|
35
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
|
36
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
37
|
+
"@radix-ui/react-toggle-group": "^1.1.1",
|
|
38
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
39
|
+
"@tailwindcss/postcss": "^4.1.16",
|
|
40
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
41
|
+
"@tanstack/react-table": "^8.20.6",
|
|
42
|
+
"class-variance-authority": "^0.7.1",
|
|
43
|
+
"clsx": "^2.1.1",
|
|
44
|
+
"cmdk": "1.0.0",
|
|
45
|
+
"date-fns": "^4.1.0",
|
|
46
|
+
"es-toolkit": "^1.32.0",
|
|
47
|
+
"lucide-react": "0.456.0",
|
|
48
|
+
"next-themes": "^0.4.3",
|
|
49
|
+
"postcss": "^8.5.6",
|
|
50
|
+
"react": "^19.1.4",
|
|
51
|
+
"react-day-picker": "^9.11.2",
|
|
52
|
+
"react-dom": "^19.1.4",
|
|
53
|
+
"react-dropzone": "^14.3.8",
|
|
54
|
+
"sonner": "^2.0.7",
|
|
55
|
+
"tailwind-merge": "^3.4.0",
|
|
56
|
+
"tailwindcss": "^4.1.17",
|
|
57
|
+
"tailwindcss-animate": "^1.0.7",
|
|
58
|
+
"vaul": "^1.1.2"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@chromatic-com/storybook": "^4.1.2",
|
|
62
|
+
"@eslint/js": "^9.39.1",
|
|
63
|
+
"@figma/plugin-typings": "^1.102.0",
|
|
64
|
+
"@storybook/addon-a11y": "^10.0.6",
|
|
65
|
+
"@storybook/addon-docs": "^10.0.6",
|
|
66
|
+
"@storybook/react": "^10.0.6",
|
|
67
|
+
"@storybook/react-vite": "^10.0.6",
|
|
68
|
+
"@types/node": "^20",
|
|
69
|
+
"@types/react": "^19",
|
|
70
|
+
"@types/react-dom": "^19",
|
|
71
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
72
|
+
"autoprefixer": "^10.4.20",
|
|
73
|
+
"chromatic": "^11.16.5",
|
|
74
|
+
"eslint": "^8.57.1",
|
|
75
|
+
"eslint-config-custom": "workspace:*",
|
|
76
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
77
|
+
"eslint-plugin-storybook": "^10.0.6",
|
|
78
|
+
"globals": "^16.5.0",
|
|
79
|
+
"storybook": "^10.0.6",
|
|
80
|
+
"tailwind": "workspace:*",
|
|
81
|
+
"tsconfig": "workspace:*",
|
|
82
|
+
"tw-animate-css": "^1.4.0",
|
|
83
|
+
"typescript": "^5",
|
|
84
|
+
"typescript-eslint": "^8.46.3",
|
|
85
|
+
"utility-class": "workspace:*",
|
|
86
|
+
"vite": "^7.2.2",
|
|
87
|
+
"vite-plugin-dts": "^4.5.4",
|
|
88
|
+
"x-charts": "workspace:*"
|
|
89
|
+
},
|
|
90
|
+
"exports": {
|
|
91
|
+
".": {
|
|
92
|
+
"types": "./dist/index.d.ts",
|
|
93
|
+
"import": "./dist/index.es.js",
|
|
94
|
+
"require": "./dist/index.cjs.js"
|
|
95
|
+
},
|
|
96
|
+
"./globals.css": "./dist/cs-ui.css"
|
|
97
|
+
},
|
|
98
|
+
"sideEffects": [
|
|
99
|
+
"**/*.css"
|
|
100
|
+
]
|
|
101
|
+
}
|