tcce-design-system 0.1.30 → 0.1.31
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/package.json
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tcce-design-system",
|
|
3
|
-
"publishConfig": {
|
|
4
|
-
"access": "public"
|
|
5
|
-
},
|
|
6
|
-
"version": "0.1.
|
|
7
|
-
"description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
|
|
8
|
-
"author": "BizAppsTotal <bizapps@tcce.biz>",
|
|
9
|
-
"type": "module",
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"main": "./dist/tcce-design-system-components.umd.cjs",
|
|
14
|
-
"module": "./dist/tcce-design-system-components.js",
|
|
15
|
-
"exports": {
|
|
16
|
-
".": {
|
|
17
|
-
"import": "./dist/tcce-design-system-components.js",
|
|
18
|
-
"require": "./dist/tcce-design-system-components.umd.cjs"
|
|
19
|
-
},
|
|
20
|
-
"./dist/tcce-design-system-components.css": "./dist/tcce-design-system-components.css"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite",
|
|
24
|
-
"build": "tsc -b && vite build",
|
|
25
|
-
"lint": "eslint .",
|
|
26
|
-
"lint:fix": "eslint . --fix",
|
|
27
|
-
"format": "prettier --write .",
|
|
28
|
-
"preview": "vite preview",
|
|
29
|
-
"storybook": "storybook dev -p 6006 --host 0.0.0.0 --no-open",
|
|
30
|
-
"build-storybook": "storybook build"
|
|
31
|
-
},
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"@remixicon/react": "^4.6.0",
|
|
34
|
-
"@tailwindcss/vite": "^4.1.13",
|
|
35
|
-
"formik": "^2.4.6",
|
|
36
|
-
"motion": "^12.23.13",
|
|
37
|
-
"react": "^19.1.1",
|
|
38
|
-
"react-dom": "^19.1.1",
|
|
39
|
-
"sonner": "^2.0.7",
|
|
40
|
-
"styled-components": "^6.1.19",
|
|
41
|
-
"tailwindcss": "^4.1.13",
|
|
42
|
-
"yup": "^1.7.1",
|
|
43
|
-
"@tanstack/react-table": "^8.21.3"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@eslint/js": "^9.33.0",
|
|
47
|
-
"@storybook/addon-a11y": "^10.1.6",
|
|
48
|
-
"@storybook/addon-docs": "^10.1.6",
|
|
49
|
-
"@storybook/react-vite": "^10.1.6",
|
|
50
|
-
"@tailwindcss/vite": "^4.1.13",
|
|
51
|
-
"@types/node": "^24.3.1",
|
|
52
|
-
"@types/react": "^19.1.10",
|
|
53
|
-
"@types/react-dom": "^19.1.7",
|
|
54
|
-
"@vitejs/plugin-react": "^5.0.0",
|
|
55
|
-
"eslint": "^9.33.0",
|
|
56
|
-
"eslint-config-prettier": "^10.1.8",
|
|
57
|
-
"eslint-plugin-react": "^7.37.5",
|
|
58
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
60
|
-
"eslint-plugin-storybook": "^10.1.6",
|
|
61
|
-
"formik": "^2.4.6",
|
|
62
|
-
"globals": "^16.3.0",
|
|
63
|
-
"prettier": "^3.6.2",
|
|
64
|
-
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
65
|
-
"react": "^19.1.1",
|
|
66
|
-
"react-dom": "^19.1.1",
|
|
67
|
-
"storybook": "^10.1.6",
|
|
68
|
-
"styled-components": "^6.1.19",
|
|
69
|
-
"tailwindcss": "^4.1.13",
|
|
70
|
-
"typescript": "~5.8.3",
|
|
71
|
-
"typescript-eslint": "^8.39.1",
|
|
72
|
-
"vite": "^7.1.2",
|
|
73
|
-
"vite-plugin-dts": "^4.5.4"
|
|
74
|
-
},
|
|
75
|
-
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
|
|
76
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "tcce-design-system",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public"
|
|
5
|
+
},
|
|
6
|
+
"version": "0.1.31",
|
|
7
|
+
"description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
|
|
8
|
+
"author": "BizAppsTotal <bizapps@tcce.biz>",
|
|
9
|
+
"type": "module",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"main": "./dist/tcce-design-system-components.umd.cjs",
|
|
14
|
+
"module": "./dist/tcce-design-system-components.js",
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"import": "./dist/tcce-design-system-components.js",
|
|
18
|
+
"require": "./dist/tcce-design-system-components.umd.cjs"
|
|
19
|
+
},
|
|
20
|
+
"./dist/tcce-design-system-components.css": "./dist/tcce-design-system-components.css"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"build": "tsc -b && vite build",
|
|
25
|
+
"lint": "eslint .",
|
|
26
|
+
"lint:fix": "eslint . --fix",
|
|
27
|
+
"format": "prettier --write .",
|
|
28
|
+
"preview": "vite preview",
|
|
29
|
+
"storybook": "storybook dev -p 6006 --host 0.0.0.0 --no-open",
|
|
30
|
+
"build-storybook": "storybook build"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@remixicon/react": "^4.6.0",
|
|
34
|
+
"@tailwindcss/vite": "^4.1.13",
|
|
35
|
+
"formik": "^2.4.6",
|
|
36
|
+
"motion": "^12.23.13",
|
|
37
|
+
"react": "^19.1.1",
|
|
38
|
+
"react-dom": "^19.1.1",
|
|
39
|
+
"sonner": "^2.0.7",
|
|
40
|
+
"styled-components": "^6.1.19",
|
|
41
|
+
"tailwindcss": "^4.1.13",
|
|
42
|
+
"yup": "^1.7.1",
|
|
43
|
+
"@tanstack/react-table": "^8.21.3"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@eslint/js": "^9.33.0",
|
|
47
|
+
"@storybook/addon-a11y": "^10.1.6",
|
|
48
|
+
"@storybook/addon-docs": "^10.1.6",
|
|
49
|
+
"@storybook/react-vite": "^10.1.6",
|
|
50
|
+
"@tailwindcss/vite": "^4.1.13",
|
|
51
|
+
"@types/node": "^24.3.1",
|
|
52
|
+
"@types/react": "^19.1.10",
|
|
53
|
+
"@types/react-dom": "^19.1.7",
|
|
54
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
55
|
+
"eslint": "^9.33.0",
|
|
56
|
+
"eslint-config-prettier": "^10.1.8",
|
|
57
|
+
"eslint-plugin-react": "^7.37.5",
|
|
58
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
60
|
+
"eslint-plugin-storybook": "^10.1.6",
|
|
61
|
+
"formik": "^2.4.6",
|
|
62
|
+
"globals": "^16.3.0",
|
|
63
|
+
"prettier": "^3.6.2",
|
|
64
|
+
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
65
|
+
"react": "^19.1.1",
|
|
66
|
+
"react-dom": "^19.1.1",
|
|
67
|
+
"storybook": "^10.1.6",
|
|
68
|
+
"styled-components": "^6.1.19",
|
|
69
|
+
"tailwindcss": "^4.1.13",
|
|
70
|
+
"typescript": "~5.8.3",
|
|
71
|
+
"typescript-eslint": "^8.39.1",
|
|
72
|
+
"vite": "^7.1.2",
|
|
73
|
+
"vite-plugin-dts": "^4.5.4"
|
|
74
|
+
},
|
|
75
|
+
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
|
|
76
|
+
}
|