@memelabui/ui 0.7.0 → 0.8.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,120 +1,118 @@
1
- {
2
- "name": "@memelabui/ui",
3
- "version": "0.7.0",
4
- "description": "MemeLab shared UI component library — React + Tailwind + Glassmorphism",
5
- "type": "module",
6
- "sideEffects": [
7
- "*.css"
8
- ],
9
- "main": "./dist/index.cjs",
10
- "module": "./dist/index.js",
11
- "types": "./dist/index.d.ts",
12
- "exports": {
13
- ".": {
14
- "import": {
15
- "types": "./dist/index.d.ts",
16
- "default": "./dist/index.js"
17
- },
18
- "require": {
19
- "types": "./dist/index.d.cts",
20
- "default": "./dist/index.cjs"
21
- }
22
- },
23
- "./styles": "./dist/styles/index.css",
24
- "./preset": {
25
- "import": {
26
- "types": "./dist/preset/index.d.ts",
27
- "default": "./dist/preset/index.js"
28
- },
29
- "require": {
30
- "types": "./dist/preset/index.d.cts",
31
- "default": "./dist/preset/index.cjs"
32
- }
33
- },
34
- "./tokens": {
35
- "import": {
36
- "types": "./dist/tokens/index.d.ts",
37
- "default": "./dist/tokens/index.js"
38
- },
39
- "require": {
40
- "types": "./dist/tokens/index.d.cts",
41
- "default": "./dist/tokens/index.cjs"
42
- }
43
- }
44
- },
45
- "files": [
46
- "dist",
47
- "README.md"
48
- ],
49
- "scripts": {
50
- "dev": "storybook dev -p 6006",
51
- "build": "tsup && pnpm build:css",
52
- "build:css": "postcss src/styles/index.css -o dist/styles/index.css",
53
- "build:storybook": "storybook build -o storybook-static",
54
- "test": "vitest",
55
- "test:ci": "vitest --run",
56
- "typecheck": "tsc --noEmit",
57
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
58
- "lint:fix": "eslint src --ext ts,tsx --fix",
59
- "format": "prettier --check \"src/**/*.{ts,tsx,css}\"",
60
- "format:fix": "prettier --write \"src/**/*.{ts,tsx,css}\"",
61
- "prepublishOnly": "pnpm build"
62
- },
63
- "peerDependencies": {
64
- "react": "^18.0.0 || ^19.0.0",
65
- "react-dom": "^18.0.0 || ^19.0.0",
66
- "tailwindcss": "^3.4.0"
67
- },
68
- "devDependencies": {
69
- "@storybook/addon-a11y": "^8.6.4",
70
- "@storybook/addon-essentials": "^8.6.4",
71
- "@storybook/addon-interactions": "^8.6.4",
72
- "@storybook/react": "^8.6.4",
73
- "@storybook/react-vite": "^8.6.4",
74
- "@storybook/test": "^8.6.4",
75
- "@testing-library/jest-dom": "^6.6.3",
76
- "@testing-library/react": "^16.3.0",
77
- "@testing-library/user-event": "^14.6.1",
78
- "@types/react": "^18.3.18",
79
- "@types/react-dom": "^18.3.5",
80
- "@typescript-eslint/eslint-plugin": "^8.22.0",
81
- "@typescript-eslint/parser": "^8.22.0",
82
- "@vitejs/plugin-react": "^4.3.4",
83
- "autoprefixer": "^10.4.20",
84
- "eslint": "^9.19.0",
85
- "eslint-plugin-react": "^7.37.4",
86
- "eslint-plugin-react-hooks": "^5.1.0",
87
- "jsdom": "^25.0.1",
88
- "postcss": "^8.5.1",
89
- "postcss-cli": "^11.0.0",
90
- "postcss-import": "^16.1.0",
91
- "prettier": "^3.4.2",
92
- "react": "^18.3.1",
93
- "react-dom": "^18.3.1",
94
- "storybook": "^8.6.4",
95
- "tailwindcss": "^3.4.17",
96
- "tsup": "^8.3.6",
97
- "typescript": "^5.7.3",
98
- "vite": "^6.0.11",
99
- "vitest": "^3.0.5"
100
- },
101
- "publishConfig": {
102
- "access": "public",
103
- "registry": "https://registry.npmjs.org/"
104
- },
105
- "packageManager": "pnpm@9.15.0",
106
- "license": "MIT",
107
- "repository": {
108
- "type": "git",
109
- "url": "https://github.com/batalovmv/memelab-ui"
110
- },
111
- "keywords": [
112
- "memelab",
113
- "ui",
114
- "react",
115
- "tailwindcss",
116
- "glassmorphism",
117
- "dark-theme",
118
- "component-library"
119
- ]
120
- }
1
+ {
2
+ "name": "@memelabui/ui",
3
+ "version": "0.8.1",
4
+ "description": "MemeLab shared UI component library — React + Tailwind + Glassmorphism",
5
+ "type": "module",
6
+ "sideEffects": [
7
+ "*.css"
8
+ ],
9
+ "main": "./dist/index.cjs",
10
+ "module": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "import": {
15
+ "types": "./dist/index.d.ts",
16
+ "default": "./dist/index.js"
17
+ },
18
+ "require": {
19
+ "types": "./dist/index.d.cts",
20
+ "default": "./dist/index.cjs"
21
+ }
22
+ },
23
+ "./styles": "./dist/styles/index.css",
24
+ "./preset": {
25
+ "import": {
26
+ "types": "./dist/preset/index.d.ts",
27
+ "default": "./dist/preset/index.js"
28
+ },
29
+ "require": {
30
+ "types": "./dist/preset/index.d.cts",
31
+ "default": "./dist/preset/index.cjs"
32
+ }
33
+ },
34
+ "./tokens": {
35
+ "import": {
36
+ "types": "./dist/tokens/index.d.ts",
37
+ "default": "./dist/tokens/index.js"
38
+ },
39
+ "require": {
40
+ "types": "./dist/tokens/index.d.cts",
41
+ "default": "./dist/tokens/index.cjs"
42
+ }
43
+ }
44
+ },
45
+ "files": [
46
+ "dist",
47
+ "README.md"
48
+ ],
49
+ "peerDependencies": {
50
+ "react": "^18.0.0 || ^19.0.0",
51
+ "react-dom": "^18.0.0 || ^19.0.0",
52
+ "tailwindcss": "^3.4.0"
53
+ },
54
+ "devDependencies": {
55
+ "@storybook/addon-a11y": "^8.6.4",
56
+ "@storybook/addon-essentials": "^8.6.4",
57
+ "@storybook/addon-interactions": "^8.6.4",
58
+ "@storybook/react": "^8.6.4",
59
+ "@storybook/react-vite": "^8.6.4",
60
+ "@storybook/test": "^8.6.4",
61
+ "@testing-library/jest-dom": "^6.6.3",
62
+ "@testing-library/react": "^16.3.0",
63
+ "@testing-library/user-event": "^14.6.1",
64
+ "@types/react": "^18.3.18",
65
+ "@types/react-dom": "^18.3.5",
66
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
67
+ "@typescript-eslint/parser": "^8.22.0",
68
+ "@vitejs/plugin-react": "^4.3.4",
69
+ "autoprefixer": "^10.4.20",
70
+ "eslint": "^9.19.0",
71
+ "eslint-plugin-react": "^7.37.4",
72
+ "eslint-plugin-react-hooks": "^5.1.0",
73
+ "jsdom": "^25.0.1",
74
+ "postcss": "^8.5.1",
75
+ "postcss-cli": "^11.0.0",
76
+ "postcss-import": "^16.1.0",
77
+ "prettier": "^3.4.2",
78
+ "react": "^18.3.1",
79
+ "react-dom": "^18.3.1",
80
+ "storybook": "^8.6.4",
81
+ "tailwindcss": "^3.4.17",
82
+ "tsup": "^8.3.6",
83
+ "typescript": "^5.7.3",
84
+ "vite": "^6.0.11",
85
+ "vitest": "^3.0.5"
86
+ },
87
+ "publishConfig": {
88
+ "access": "public",
89
+ "registry": "https://registry.npmjs.org/"
90
+ },
91
+ "license": "MIT",
92
+ "repository": {
93
+ "type": "git",
94
+ "url": "https://github.com/batalovmv/memelab-ui"
95
+ },
96
+ "keywords": [
97
+ "memelab",
98
+ "ui",
99
+ "react",
100
+ "tailwindcss",
101
+ "glassmorphism",
102
+ "dark-theme",
103
+ "component-library"
104
+ ],
105
+ "scripts": {
106
+ "dev": "storybook dev -p 6006",
107
+ "build": "tsup && pnpm build:css",
108
+ "build:css": "postcss src/styles/index.css -o dist/styles/index.css",
109
+ "build:storybook": "storybook build -o storybook-static",
110
+ "test": "vitest",
111
+ "test:ci": "vitest --run",
112
+ "typecheck": "tsc --noEmit",
113
+ "lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
114
+ "lint:fix": "eslint src --ext ts,tsx --fix",
115
+ "format": "prettier --check \"src/**/*.{ts,tsx,css}\"",
116
+ "format:fix": "prettier --write \"src/**/*.{ts,tsx,css}\""
117
+ }
118
+ }