singularity-components 0.1.59 → 0.1.61

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,59 +1,58 @@
1
- {
2
- "name": "singularity-components",
3
- "version": "0.1.59",
4
- "main": "./dist/main.js",
5
- "module": "./dist/main.mjs",
6
- "types": "./dist/main.d.ts",
7
- "type": "module",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "build": "tsup",
13
- "storybook": "storybook dev -p 6006 --no-open"
14
- },
15
- "keywords": [
16
- "test"
17
- ],
18
- "author": "Filip",
19
- "license": "MIT",
20
- "description": "",
21
- "dependencies": {
22
- "@radix-ui/react-slot": "^1.1.1",
23
- "class-variance-authority": "^0.7.1",
24
- "clsx": "^2.1.1",
25
- "lucide-react": "^0.468.0",
26
- "react": "^19.0.0",
27
- "react-dom": "^19.0.0",
28
- "tailwind-merge": "^2.5.5",
29
- "tailwindcss-animate": "^1.0.7"
30
- },
31
- "devDependencies": {
32
- "@chromatic-com/storybook": "^3.2.2",
33
- "@storybook/addon-essentials": "^8.4.7",
34
- "@storybook/addon-interactions": "^8.4.7",
35
- "@storybook/addon-links": "^8.4.7",
36
- "@storybook/blocks": "^8.4.7",
37
- "@storybook/react": "^8.4.7",
38
- "@storybook/react-vite": "^8.4.7",
39
- "@storybook/test": "^8.4.7",
40
- "@types/react": "^19.0.1",
41
- "@types/react-dom": "^19.0.2",
42
- "@typescript-eslint/eslint-plugin": "^8.18.1",
43
- "@typescript-eslint/parser": "^8.18.1",
44
- "@vitejs/plugin-react": "^4.3.4",
45
- "autoprefixer": "^10.4.20",
46
- "eslint": "^9.17.0",
47
- "eslint-plugin-react-hooks": "^5.1.0",
48
- "eslint-plugin-react-refresh": "^0.4.16",
49
- "eslint-plugin-storybook": "^0.11.1",
50
- "postcss": "^8.4.49",
51
- "postcss-import": "^16.1.0",
52
- "storybook": "^8.4.7",
53
- "tailwindcss": "^3.4.17",
54
- "tsup": "^8.3.5",
55
- "typescript": "^5.7.2",
56
- "vite": "^6.0.3",
57
- "vite-tsconfig-paths": "^5.1.4"
58
- }
59
- }
1
+ {
2
+ "name": "singularity-components",
3
+ "version": "0.1.61",
4
+ "main": "./dist/main.js",
5
+ "module": "./dist/main.mjs",
6
+ "types": "./dist/main.d.ts",
7
+ "type": "module",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "build": "tsup",
13
+ "storybook": "storybook dev -p 6006 --no-open"
14
+ },
15
+ "keywords": [
16
+ "test"
17
+ ],
18
+ "author": "Filip",
19
+ "license": "MIT",
20
+ "description": "",
21
+ "dependencies": {
22
+ "@radix-ui/react-slot": "^1.1.1",
23
+ "class-variance-authority": "^0.7.1",
24
+ "clsx": "^2.1.1",
25
+ "lucide-react": "^0.474.0",
26
+ "react": "^19.0.0",
27
+ "react-dom": "^19.0.0",
28
+ "tailwind-merge": "^3.0.1",
29
+ "tailwindcss-animate": "^1.0.7"
30
+ },
31
+ "devDependencies": {
32
+ "@chromatic-com/storybook": "^3.2.3",
33
+ "@storybook/addon-essentials": "^8.4.7",
34
+ "@storybook/addon-interactions": "^8.4.7",
35
+ "@storybook/addon-links": "^8.4.7",
36
+ "@storybook/blocks": "^8.4.7",
37
+ "@storybook/react": "^8.4.7",
38
+ "@storybook/react-vite": "^8.4.7",
39
+ "@storybook/test": "^8.4.7",
40
+ "@tailwindcss/postcss": "^4.0.0",
41
+ "@types/react": "^19.0.8",
42
+ "@types/react-dom": "^19.0.3",
43
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
44
+ "@typescript-eslint/parser": "^8.22.0",
45
+ "@vitejs/plugin-react": "^4.3.4",
46
+ "eslint": "^9.19.0",
47
+ "eslint-plugin-react-hooks": "^5.1.0",
48
+ "eslint-plugin-react-refresh": "^0.4.18",
49
+ "eslint-plugin-storybook": "^0.11.2",
50
+ "postcss": "^8.5.1",
51
+ "storybook": "^8.4.7",
52
+ "tailwindcss": "^4.0.2",
53
+ "tsup": "^8.3.6",
54
+ "typescript": "^5.7.3",
55
+ "vite": "^6.0.11",
56
+ "vite-tsconfig-paths": "^5.1.4"
57
+ }
58
+ }