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/README.md +10 -2
- package/dist/main.cjs +100 -139
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +859 -673
- package/dist/main.css.map +1 -1
- package/dist/main.js +72 -96
- package/dist/main.js.map +1 -1
- package/package.json +58 -59
package/package.json
CHANGED
|
@@ -1,59 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "singularity-components",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
26
|
-
"react": "^19.0.0",
|
|
27
|
-
"react-dom": "^19.0.0",
|
|
28
|
-
"tailwind-merge": "^
|
|
29
|
-
"tailwindcss-animate": "^1.0.7"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@chromatic-com/storybook": "^3.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
|
-
"@
|
|
41
|
-
"@types/react
|
|
42
|
-
"@
|
|
43
|
-
"@typescript-eslint/
|
|
44
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"eslint": "^9.
|
|
47
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
48
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
49
|
-
"eslint-plugin-storybook": "^0.11.
|
|
50
|
-
"postcss": "^8.
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"vite": "^
|
|
57
|
-
|
|
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
|
+
}
|