crm-project-ui 0.1.21 → 0.1.23
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 +2 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crm-project-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.23",
|
|
5
5
|
"description": "UI Component Library for CRM",
|
|
6
6
|
"author": "Vitor Gabriel Silva <vitorgabrielsbo1460@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,9 +60,7 @@
|
|
|
60
60
|
"lint": "eslint .",
|
|
61
61
|
"test": "vitest run --browser.headless",
|
|
62
62
|
"test:watch": "vitest",
|
|
63
|
-
"test:watch:headless": "vitest --browser.headless"
|
|
64
|
-
"storybook": "storybook dev -p 6006",
|
|
65
|
-
"storybook:build": "storybook build"
|
|
63
|
+
"test:watch:headless": "vitest --browser.headless"
|
|
66
64
|
},
|
|
67
65
|
"peerDependencies": {
|
|
68
66
|
"react": "^19.0.0 || ^18.0.0",
|
|
@@ -71,12 +69,6 @@
|
|
|
71
69
|
},
|
|
72
70
|
"devDependencies": {
|
|
73
71
|
"@eslint/js": "^9.39.1",
|
|
74
|
-
"@storybook/addon-essentials": "^8.x",
|
|
75
|
-
"@storybook/addon-interactions": "^8.x",
|
|
76
|
-
"@storybook/addon-links": "^8.x",
|
|
77
|
-
"@storybook/react": "^8.x",
|
|
78
|
-
"@storybook/react-vite": "^8.x",
|
|
79
|
-
"@storybook/test": "^8.6.15",
|
|
80
72
|
"@tailwindcss/postcss": "^4.1.18",
|
|
81
73
|
"@types/node": "^24.10.1",
|
|
82
74
|
"@types/postcss-import": "^14.0.3",
|
|
@@ -104,7 +96,6 @@
|
|
|
104
96
|
"prettier": "^3.5.3",
|
|
105
97
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
106
98
|
"react-dom": "^19.2.0",
|
|
107
|
-
"storybook": "^8.x",
|
|
108
99
|
"tailwindcss": "^4",
|
|
109
100
|
"tsup": "^8.5.1",
|
|
110
101
|
"typescript": "~5.9.3",
|