@homlista-devs/ui 1.0.0 → 1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homlista-devs/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "./dist/design-system.cjs.js",
5
5
  "module": "./dist/design-system.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -26,52 +26,21 @@
26
26
  ],
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/team-homlista/ui"
30
- },
31
- "scripts": {
32
- "dev": "vite",
33
- "build": "tsc --noEmit && vite build",
34
- "build:lib": "vite build && npm run build:types && npm run build:css",
35
- "build:types": "tsc --project tsconfig.app.json --emitDeclarationOnly --outDir dist/types",
36
- "build:css": "postcss ./src/index.css -o ./dist/index.css --config ./postcss.config.js",
37
- "lint": "eslint .",
38
- "preview": "vite preview",
39
- "storybook": "storybook dev -p 6006",
40
- "build-storybook": "storybook build",
41
- "test": "vitest",
42
- "test:ui": "vitest --ui",
43
- "test:coverage": "vitest --coverage",
44
- "test:watch": "vitest --watch",
45
- "test:e2e": "playwright test",
46
- "test:e2e:ui": "playwright test --ui",
47
- "test:accessibility": "vitest --run --reporter=verbose accessibility",
48
- "test:performance": "vitest --run --reporter=verbose performance",
49
- "chromatic": "chromatic --exit-zero-on-changes",
50
- "prepare": "husky install"
29
+ "url": "https://github.com/Team-HomLista/design_system.git"
51
30
  },
52
31
  "dependencies": {
53
32
  "@radix-ui/react-slot": "^1.2.3",
54
- "@storybook/addon-themes": "^9.1.13",
55
- "@tailwindcss/aspect-ratio": "^0.4.2",
56
- "@tailwindcss/forms": "^0.5.10",
57
- "@tailwindcss/typography": "^0.5.19",
58
- "@testing-library/jest-dom": "^6.9.1",
59
- "@testing-library/react": "^16.3.0",
60
- "autoprefixer": "^10.4.21",
61
- "axe-core": "^4.11.0",
62
33
  "class-variance-authority": "^0.7.1",
63
34
  "clsx": "^2.1.1",
64
- "effector": "^23.4.4",
65
- "effector-react": "^23.3.0",
66
- "jsdom": "^27.0.1",
67
35
  "lucide-react": "^0.547.0",
68
- "postcss": "^8.5.6",
69
- "react": "^19.1.1",
70
- "react-dom": "^19.1.1",
71
36
  "tailwind-merge": "^3.3.1",
72
- "tailwindcss": "^4.1.16",
73
- "tailwindcss-animate": "^1.0.7",
74
- "vitest": "^4.0.2"
37
+ "tailwindcss-animate": "^1.0.7"
38
+ },
39
+ "peerDependencies": {
40
+ "react": "^18.0.0 || ^19.0.0",
41
+ "react-dom": "^18.0.0 || ^19.0.0",
42
+ "effector": "^23.0.0",
43
+ "effector-react": "^23.0.0"
75
44
  },
76
45
  "lint-staged": {
77
46
  "*.{ts,tsx}": [
@@ -90,12 +59,21 @@
90
59
  "@playwright/test": "^1.56.1",
91
60
  "@semantic-release/changelog": "^6.0.3",
92
61
  "@semantic-release/git": "^10.0.1",
62
+ "@semantic-release/github": "^12.0.1",
93
63
  "@semantic-release/npm": "^13.1.1",
94
64
  "@storybook/addon-a11y": "^9.1.13",
95
65
  "@storybook/addon-docs": "^9.1.13",
96
66
  "@storybook/addon-onboarding": "^9.1.13",
67
+ "@storybook/addon-styling-webpack": "^2.0.0",
68
+ "@storybook/addon-themes": "^9.1.13",
69
+ "@storybook/blocks": "^8.6.14",
97
70
  "@storybook/react-vite": "^9.1.13",
71
+ "@tailwindcss/aspect-ratio": "^0.4.2",
72
+ "@tailwindcss/forms": "^0.5.10",
98
73
  "@tailwindcss/postcss": "^4.1.16",
74
+ "@tailwindcss/typography": "^0.5.19",
75
+ "@testing-library/jest-dom": "^6.9.1",
76
+ "@testing-library/react": "^16.3.0",
99
77
  "@testing-library/user-event": "^14.6.1",
100
78
  "@types/node": "^24.6.0",
101
79
  "@types/react": "^19.1.16",
@@ -103,20 +81,51 @@
103
81
  "@vitejs/plugin-react": "^5.0.4",
104
82
  "@vitest/coverage-v8": "^4.0.4",
105
83
  "@vitest/ui": "^4.0.4",
84
+ "autoprefixer": "^10.4.21",
85
+ "axe-core": "^4.11.0",
106
86
  "axe-playwright": "^2.2.2",
107
87
  "chromatic": "^13.3.2",
88
+ "effector": "^23.4.4",
89
+ "effector-react": "^23.3.0",
108
90
  "eslint": "^9.36.0",
109
91
  "eslint-plugin-react-hooks": "^5.2.0",
110
92
  "eslint-plugin-react-refresh": "^0.4.22",
111
93
  "eslint-plugin-storybook": "^9.1.13",
112
94
  "globals": "^16.4.0",
113
95
  "husky": "^9.1.7",
96
+ "jsdom": "^27.0.1",
114
97
  "lint-staged": "^16.2.6",
98
+ "postcss": "^8.5.6",
115
99
  "postcss-cli": "^11.0.1",
100
+ "react": "^19.1.1",
101
+ "react-dom": "^19.1.1",
116
102
  "semantic-release": "^25.0.1",
117
103
  "storybook": "^9.1.13",
104
+ "tailwindcss": "^4.1.16",
118
105
  "typescript": "~5.9.3",
119
106
  "typescript-eslint": "^8.45.0",
120
- "vite": "^7.1.7"
107
+ "vite": "^7.1.7",
108
+ "vitest": "^4.0.2"
109
+ },
110
+ "scripts": {
111
+ "dev": "vite",
112
+ "build": "tsc --noEmit && vite build",
113
+ "build:lib": "vite build && npm run build:css",
114
+ "build:lib:full": "vite build && npm run build:types && npm run build:css",
115
+ "build:types": "tsc --project tsconfig.app.json --emitDeclarationOnly --outDir dist/types --skipLibCheck",
116
+ "build:css": "postcss ./src/index.css -o ./dist/index.css --config ./postcss.config.js",
117
+ "lint": "eslint .",
118
+ "preview": "vite preview",
119
+ "storybook": "storybook dev -p 6006",
120
+ "build-storybook": "storybook build",
121
+ "test": "vitest",
122
+ "test:ui": "vitest --ui",
123
+ "test:coverage": "vitest --coverage",
124
+ "test:watch": "vitest --watch",
125
+ "test:e2e": "playwright test",
126
+ "test:e2e:ui": "playwright test --ui",
127
+ "test:accessibility": "vitest --run --reporter=verbose accessibility",
128
+ "test:performance": "vitest --run --reporter=verbose performance",
129
+ "chromatic": "chromatic --exit-zero-on-changes"
121
130
  }
122
- }
131
+ }