lambda-ui-components 1.0.0 → 1.0.2

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.
Files changed (4) hide show
  1. package/README.md +103 -109
  2. package/dist/main.mjs +144 -146
  3. package/dist/main.umd.js +4 -4
  4. package/package.json +102 -102
package/package.json CHANGED
@@ -1,104 +1,104 @@
1
1
  {
2
- "name": "lambda-ui-components",
3
- "version": "1.0.0",
4
- "description": "Modern, accessible, and themeable React UI components library built with TypeScript and Framer Motion.",
5
- "license": "MIT",
6
- "sideEffects": false,
7
- "main": "dist/main.umd.js",
8
- "module": "dist/main.mjs",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/main.d.ts",
12
- "import": "./dist/main.mjs",
13
- "require": "./dist/main.umd.js"
14
- },
15
- "./dist/main.css": "./dist/main.css"
16
- },
17
- "files": [
18
- "dist",
19
- "LICENSE",
20
- "README.md"
21
- ],
22
- "dependencies": {
23
- "@fontsource-variable/manrope": "^5.2.7",
24
- "class-variance-authority": "^0.7.1",
25
- "clsx": "^2.1.1",
26
- "framer-motion": "^12.23.22",
27
- "lucide-react": "^0.482.0",
28
- "use-eye-dropper": "^1.7.1"
29
- },
30
- "peerDependencies": {
31
- "prismjs": ">=1.29.0",
32
- "react": ">=18.0.0",
33
- "react-dom": ">=18.0.0"
34
- },
35
- "devDependencies": {
36
- "@chromatic-com/storybook": "^4.1.2",
37
- "@eslint/js": "^9.21.0",
38
- "@storybook/addon-docs": "^10.0.2",
39
- "@storybook/addon-onboarding": "^10.0.2",
40
- "@storybook/addon-themes": "^10.0.2",
41
- "@storybook/experimental-addon-test": "^8.6.7",
42
- "@storybook/react-vite": "^10.0.2",
43
- "@testing-library/jest-dom": "^6.9.1",
44
- "@testing-library/react": "^16.3.0",
45
- "@types/node": "^22.13.10",
46
- "@types/prismjs": "^1.26.5",
47
- "@types/react": "^19.0.10",
48
- "@types/react-dom": "^19.0.4",
49
- "typescript-plugin-css-modules": "^5.1.0",
50
- "@vitejs/plugin-react": "^4.3.4",
51
- "@vitest/browser": "^3.0.9",
52
- "@vitest/coverage-v8": "^3.0.9",
53
- "eslint": "^9.21.0",
54
- "eslint-plugin-react-hooks": "^5.1.0",
55
- "eslint-plugin-react-refresh": "^0.4.19",
56
- "eslint-plugin-storybook": "^10.0.2",
57
- "globals": "^15.15.0",
58
- "jsdom": "^27.1.0",
59
- "playwright": "^1.51.1",
60
- "prettier": "^3.6.2",
61
- "storybook": "^10.0.2",
62
- "storybook-dark-mode": "^4.0.2",
63
- "typescript": "~5.7.2",
64
- "typescript-eslint": "^8.24.1",
65
- "vite": "^6.2.0",
66
- "vite-plugin-dts": "^4.5.3",
67
- "vitest": "^3.0.9"
68
- },
69
- "eslintConfig": {
70
- "extends": [
71
- "plugin:storybook/recommended"
72
- ]
73
- },
74
- "keywords": [
75
- "react",
76
- "ui",
77
- "components",
78
- "typescript",
79
- "framer-motion",
80
- "skeleton",
81
- "card",
82
- "button",
83
- "lambda-ui",
84
- "bitcoer",
85
- "design-system"
86
- ],
87
- "repository": {
88
- "type": "git",
89
- "url": "https://github.com/AletzMan/lambda-ui-components.git"
90
- },
91
- "homepage": "https://github.com/AletzMan/lambda-ui-components",
92
- "bugs": {
93
- "url": "https://github.com/AletzMan/lambda-ui-components/issues"
94
- },
95
- "author": "BitCoer_ (https://alejandro-garcia.dev)",
96
- "scripts": {
97
- "dev": "vite",
98
- "build": "tsc -b && vite build",
99
- "lint": "eslint .",
100
- "preview": "vite preview",
101
- "storybook": "storybook dev -p 6006",
102
- "build-storybook": "storybook build"
103
- }
2
+ "name": "lambda-ui-components",
3
+ "version": "1.0.2",
4
+ "description": "Modern, accessible, and themeable React UI components library built with TypeScript and Framer Motion.",
5
+ "license": "MIT",
6
+ "sideEffects": false,
7
+ "main": "dist/main.umd.js",
8
+ "module": "dist/main.mjs",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/main.d.ts",
12
+ "import": "./dist/main.mjs",
13
+ "require": "./dist/main.umd.js"
14
+ },
15
+ "./dist/main.css": "./dist/main.css"
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "LICENSE",
20
+ "README.md"
21
+ ],
22
+ "scripts": {
23
+ "dev": "vite",
24
+ "build": "tsc -b && vite build",
25
+ "lint": "eslint .",
26
+ "preview": "vite preview",
27
+ "storybook": "storybook dev -p 6006",
28
+ "build-storybook": "storybook build"
29
+ },
30
+ "dependencies": {
31
+ "@fontsource-variable/manrope": "^5.2.7",
32
+ "class-variance-authority": "^0.7.1",
33
+ "clsx": "^2.1.1",
34
+ "framer-motion": "^12.23.22",
35
+ "lucide-react": "^0.482.0",
36
+ "use-eye-dropper": "^1.7.1"
37
+ },
38
+ "peerDependencies": {
39
+ "prismjs": ">=1.29.0",
40
+ "react": ">=18.0.0",
41
+ "react-dom": ">=18.0.0"
42
+ },
43
+ "devDependencies": {
44
+ "@chromatic-com/storybook": "^4.1.2",
45
+ "@eslint/js": "^9.21.0",
46
+ "@storybook/addon-docs": "^10.0.2",
47
+ "@storybook/addon-onboarding": "^10.0.2",
48
+ "@storybook/addon-themes": "^10.0.2",
49
+ "@storybook/experimental-addon-test": "^8.6.7",
50
+ "@storybook/react-vite": "^10.0.2",
51
+ "@testing-library/jest-dom": "^6.9.1",
52
+ "@testing-library/react": "^16.3.0",
53
+ "@types/node": "^22.13.10",
54
+ "@types/prismjs": "^1.26.5",
55
+ "@types/react": "^19.0.10",
56
+ "@types/react-dom": "^19.0.4",
57
+ "typescript-plugin-css-modules": "^5.1.0",
58
+ "@vitejs/plugin-react": "^4.3.4",
59
+ "@vitest/browser": "^3.0.9",
60
+ "@vitest/coverage-v8": "^3.0.9",
61
+ "eslint": "^9.21.0",
62
+ "eslint-plugin-react-hooks": "^5.1.0",
63
+ "eslint-plugin-react-refresh": "^0.4.19",
64
+ "eslint-plugin-storybook": "^10.0.2",
65
+ "globals": "^15.15.0",
66
+ "jsdom": "^27.1.0",
67
+ "playwright": "^1.51.1",
68
+ "prettier": "^3.6.2",
69
+ "storybook": "^10.0.2",
70
+ "storybook-dark-mode": "^4.0.2",
71
+ "typescript": "~5.7.2",
72
+ "typescript-eslint": "^8.24.1",
73
+ "vite": "^6.2.0",
74
+ "vite-plugin-dts": "^4.5.3",
75
+ "vitest": "^3.0.9"
76
+ },
77
+ "eslintConfig": {
78
+ "extends": [
79
+ "plugin:storybook/recommended"
80
+ ]
81
+ },
82
+ "keywords": [
83
+ "react",
84
+ "ui",
85
+ "components",
86
+ "typescript",
87
+ "framer-motion",
88
+ "skeleton",
89
+ "card",
90
+ "button",
91
+ "lambda-ui",
92
+ "bitcoer",
93
+ "design-system"
94
+ ],
95
+ "repository": {
96
+ "type": "git",
97
+ "url": "https://github.com/AletzMan/lambda-ui-components.git"
98
+ },
99
+ "homepage": "https://github.com/AletzMan/lambda-ui-components",
100
+ "bugs": {
101
+ "url": "https://github.com/AletzMan/lambda-ui-components/issues"
102
+ },
103
+ "author": "BitCoer_ (https://alejandro-garcia.dev)"
104
104
  }