singularity-components 0.1.97 → 0.1.99
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/dist/main.cjs +134 -20
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +176 -24
- package/dist/main.css.map +1 -1
- package/dist/main.d.cts +26 -5
- package/dist/main.d.ts +26 -5
- package/dist/main.js +126 -21
- package/dist/main.js.map +1 -1
- package/package.json +64 -64
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
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-accordion": "^1.2.3",
|
|
23
|
-
"@radix-ui/react-separator": "^1.1.7",
|
|
24
|
-
"@radix-ui/react-slot": "^1.1.2",
|
|
25
|
-
"@tailwindcss/postcss": "^4.1.13",
|
|
26
|
-
"class-variance-authority": "^0.7.1",
|
|
27
|
-
"clsx": "^2.1.1",
|
|
28
|
-
"lucide-react": "^0.544.0",
|
|
29
|
-
"postcss": "^8.5.6",
|
|
30
|
-
"react": "^19.1.1",
|
|
31
|
-
"react-dom": "^19.1.1",
|
|
32
|
-
"react-spinners": "^0.17.0",
|
|
33
|
-
"tailwind-merge": "^3.3.1",
|
|
34
|
-
"tailwindcss": "^4.1.13",
|
|
35
|
-
"tailwindcss-animate": "^1.0.7"
|
|
36
|
-
},
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"@chromatic-com/storybook": "^4.1.1",
|
|
39
|
-
"@storybook/addon-docs": "^9.1.8",
|
|
40
|
-
"@storybook/addon-links": "^9.1.8",
|
|
41
|
-
"@storybook/addon-themes": "^9.1.8",
|
|
42
|
-
"@storybook/react-vite": "^9.1.8",
|
|
43
|
-
"@types/node": "^24.5.2",
|
|
44
|
-
"@types/react": "^19.1.13",
|
|
45
|
-
"@types/react-dom": "^19.1.9",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
47
|
-
"@typescript-eslint/parser": "^8.44.1",
|
|
48
|
-
"@vitejs/plugin-react": "^5.0.3",
|
|
49
|
-
"eslint": "^9.36.0",
|
|
50
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
51
|
-
"eslint-plugin-react-refresh": "^0.4.22",
|
|
52
|
-
"eslint-plugin-storybook": "9.1.8",
|
|
53
|
-
"storybook": "^9.1.8",
|
|
54
|
-
"tsup": "^8.5.0",
|
|
55
|
-
"typescript": "^5.9.2",
|
|
56
|
-
"vite": "^7.1.7",
|
|
57
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
58
|
-
},
|
|
59
|
-
"peerDependencies": {
|
|
60
|
-
"lucide-react": "^0.544.0",
|
|
61
|
-
"react": "^19.1.1",
|
|
62
|
-
"react-dom": "^19.1.1"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "singularity-components",
|
|
3
|
+
"version": "0.1.99",
|
|
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-accordion": "^1.2.3",
|
|
23
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
24
|
+
"@radix-ui/react-slot": "^1.1.2",
|
|
25
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
26
|
+
"class-variance-authority": "^0.7.1",
|
|
27
|
+
"clsx": "^2.1.1",
|
|
28
|
+
"lucide-react": "^0.544.0",
|
|
29
|
+
"postcss": "^8.5.6",
|
|
30
|
+
"react": "^19.1.1",
|
|
31
|
+
"react-dom": "^19.1.1",
|
|
32
|
+
"react-spinners": "^0.17.0",
|
|
33
|
+
"tailwind-merge": "^3.3.1",
|
|
34
|
+
"tailwindcss": "^4.1.13",
|
|
35
|
+
"tailwindcss-animate": "^1.0.7"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
39
|
+
"@storybook/addon-docs": "^9.1.8",
|
|
40
|
+
"@storybook/addon-links": "^9.1.8",
|
|
41
|
+
"@storybook/addon-themes": "^9.1.8",
|
|
42
|
+
"@storybook/react-vite": "^9.1.8",
|
|
43
|
+
"@types/node": "^24.5.2",
|
|
44
|
+
"@types/react": "^19.1.13",
|
|
45
|
+
"@types/react-dom": "^19.1.9",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
47
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
48
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
49
|
+
"eslint": "^9.36.0",
|
|
50
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
51
|
+
"eslint-plugin-react-refresh": "^0.4.22",
|
|
52
|
+
"eslint-plugin-storybook": "9.1.8",
|
|
53
|
+
"storybook": "^9.1.8",
|
|
54
|
+
"tsup": "^8.5.0",
|
|
55
|
+
"typescript": "^5.9.2",
|
|
56
|
+
"vite": "^7.1.7",
|
|
57
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"lucide-react": "^0.544.0",
|
|
61
|
+
"react": "^19.1.1",
|
|
62
|
+
"react-dom": "^19.1.1"
|
|
63
|
+
}
|
|
64
|
+
}
|