@colorffy/ui 1.0.2 → 1.0.4

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,70 +1,80 @@
1
- {
2
- "name": "@colorffy/ui",
3
- "version": "1.0.2",
4
- "description": "A modern Vue 3 component library built with TypeScript and Colorffy CSS",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.mjs",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- },
15
- "./nuxt": {
16
- "types": "./dist/nuxt.d.ts",
17
- "import": "./dist/nuxt.js",
18
- "require": "./dist/nuxt.cjs"
19
- }
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "scripts": {
25
- "dev": "vite build --watch",
26
- "build": "vite build",
27
- "prepublishOnly": "pnpm run build",
28
- "fix:imports": "node scripts/fix-imports.js",
29
- "publish": "npm publish --access public",
30
- "version:patch": "npm version patch",
31
- "version:minor": "npm version minor",
32
- "version:major": "npm version major",
33
- "storybook": "storybook dev -p 6006",
34
- "build-storybook": "storybook build"
35
- },
36
- "peerDependencies": {
37
- "@vueuse/components": "14.0.0",
38
- "floating-vue": "^5.2.0",
39
- "nuxt": "^4.2.0",
40
- "vue": "^3.5.0"
41
- },
42
- "devDependencies": {
43
- "@colorffy/css": "workspace:*",
44
- "@nuxt/kit": "^4.2.1",
45
- "@nuxt/schema": "^4.2.1",
46
- "@storybook/addon-essentials": "^8.6.14",
47
- "@storybook/addon-links": "^8.6.14",
48
- "@storybook/vue3": "^8.6.14",
49
- "@storybook/vue3-vite": "^8.6.14",
50
- "@types/node": "^24.10.0",
51
- "@vitejs/plugin-vue": "^5.0.0",
52
- "@vueuse/core": "^14.0.0",
53
- "nuxt": "^4.2.0",
54
- "storybook": "^8.6.14",
55
- "typescript": "^5.4.0",
56
- "vite": "^5.0.0",
57
- "vite-plugin-dts": "^4.5.4",
58
- "vue": "^3.5.0",
59
- "vue-router": "^4.6.3",
60
- "vue-tsc": "^2.0.0"
61
- },
62
- "keywords": [
63
- "vue",
64
- "components",
65
- "ui",
66
- "typescript"
67
- ],
68
- "author": "Giancarlos Garza",
69
- "license": "ISC"
70
- }
1
+ {
2
+ "name": "@colorffy/ui",
3
+ "version": "1.0.4",
4
+ "description": "A modern Vue 3 component library built with TypeScript and Colorffy CSS",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.mjs",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ },
15
+ "./nuxt": {
16
+ "types": "./dist/nuxt.d.ts",
17
+ "import": "./dist/nuxt.js",
18
+ "require": "./dist/nuxt.cjs"
19
+ }
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "scripts": {
25
+ "dev": "vite build --watch",
26
+ "build": "vite build",
27
+ "prepublishOnly": "pnpm run build",
28
+ "fix:imports": "node scripts/fix-imports.js",
29
+ "version:patch": "npm version patch",
30
+ "version:minor": "npm version minor",
31
+ "version:major": "npm version major",
32
+ "storybook": "storybook dev -p 6006",
33
+ "build-storybook": "storybook build"
34
+ },
35
+ "peerDependencies": {
36
+ "@vueuse/components": "14.0.0",
37
+ "floating-vue": "^5.2.0",
38
+ "nuxt": "^4.2.0",
39
+ "vue": "^3.5.0"
40
+ },
41
+ "devDependencies": {
42
+ "@colorffy/css": "workspace:*",
43
+ "@nuxt/kit": "^4.2.1",
44
+ "@nuxt/schema": "^4.2.1",
45
+ "@storybook/addon-essentials": "^8.6.14",
46
+ "@storybook/addon-links": "^8.6.14",
47
+ "@storybook/vue3": "^8.6.14",
48
+ "@storybook/vue3-vite": "^8.6.14",
49
+ "@types/node": "^24.10.0",
50
+ "@vitejs/plugin-vue": "^5.0.0",
51
+ "@vueuse/core": "^14.0.0",
52
+ "nuxt": "^4.2.0",
53
+ "storybook": "^8.6.14",
54
+ "typescript": "^5.4.0",
55
+ "vite": "^5.0.0",
56
+ "vite-plugin-dts": "^4.5.4",
57
+ "vue": "^3.5.0",
58
+ "vue-router": "^4.6.3",
59
+ "vue-tsc": "^2.0.0"
60
+ },
61
+ "keywords": [
62
+ "vue",
63
+ "vue3",
64
+ "nuxt",
65
+ "components",
66
+ "ui",
67
+ "typescript"
68
+ ],
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "https://github.com/giancarlosgza/colorffy-workspace.git",
72
+ "directory": "packages/colorffy-ui"
73
+ },
74
+ "homepage": "https://github.com/giancarlosgza/colorffy-workspace#readme",
75
+ "bugs": {
76
+ "url": "https://github.com/giancarlosgza/colorffy-workspace/issues"
77
+ },
78
+ "author": "Giancarlos Garza",
79
+ "license": "MIT"
80
+ }