@mobilon-dev/chotto 0.3.6 → 0.3.7

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,69 +1,69 @@
1
- {
2
- "name": "@mobilon-dev/chotto",
3
- "version": "0.3.6",
4
- "type": "module",
5
- "main": "./dist/vuessages.umd.js",
6
- "module": "./dist/vuessages.es.js",
7
- "exports": {
8
- ".": {
9
- "import": "./dist/vuessages.es.js",
10
- "require": "./dist/vuessages.umd.js"
11
- },
12
- "./style.css": "./dist/chotto.css",
13
- "./themes/default.css": "./dist/themes/default.css",
14
- "./themes/dark.css": "./dist/themes/dark.css",
15
- "./themes/green.css": "./dist/themes/green.css",
16
- "./themes/mobilon1.css": "./dist/themes/mobilon1.css"
17
- },
18
- "files": [
19
- "dist"
20
- ],
21
- "types": "./dist/types/index.d.ts",
22
- "scripts": {
23
- "dev": "vite",
24
- "build": "vite build && vite build --config vite.themes.config.ts && vue-tsc --emitDeclarationOnly",
25
- "build:lib": "vite build && vue-tsc --emitDeclarationOnly",
26
- "build:themes": "vite build --config vite.themes.config.ts",
27
- "preview": "vite preview",
28
- "storybook": "storybook dev -p 6006",
29
- "build-storybook": "storybook build -o docs",
30
- "validate-themes": "tsx ./scripts/validate-themes.ts",
31
- "prepublishOnly": "npm run build && npm run validate-themes",
32
- "lint-fix": "npx eslint . --fix",
33
- "lint": "npx eslint ."
34
- },
35
- "dependencies": {
36
- "@fontsource/inter": "^5.2.6",
37
- "@fontsource/montserrat": "^5.2.6",
38
- "@fontsource/open-sans": "^5.2.6",
39
- "linkify-string": "^4.3.2",
40
- "linkifyjs": "^4.3.2",
41
- "primeicons": "^7.0.0",
42
- "sass-embedded": "^1.90.0",
43
- "vue": "^3.5.18",
44
- "vue3-emoji-picker": "^1.1.8"
45
- },
46
- "devDependencies": {
47
- "@chromatic-com/storybook": "^4.1.0",
48
- "@eslint/js": "^9.33.0",
49
- "@storybook/addon-docs": "^9.1.2",
50
- "@storybook/addon-links": "^9.1.2",
51
- "@storybook/vue3-vite": "^9.1.2",
52
- "@types/glob": "^8.1.0",
53
- "@types/node": "^22.17.1",
54
- "@vitejs/plugin-vue": "^5.2.4",
55
- "eslint": "^9.33.0",
56
- "eslint-plugin-storybook": "9.1.2",
57
- "eslint-plugin-vue": "^9.33.0",
58
- "glob": "^11.0.3",
59
- "moment": "^2.30.1",
60
- "pinia": "^2.3.1",
61
- "storybook": "^9.1.2",
62
- "tsx": "^4.19.2",
63
- "typescript": "^5.9.2",
64
- "typescript-eslint": "^8.17.0",
65
- "vite": "^6.3.5",
66
- "vite-plugin-static-copy": "^2.3.1",
67
- "vue-tsc": "^2.2.12"
68
- }
69
- }
1
+ {
2
+ "name": "@mobilon-dev/chotto",
3
+ "version": "0.3.7",
4
+ "type": "module",
5
+ "main": "./dist/vuessages.umd.js",
6
+ "module": "./dist/vuessages.es.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./dist/vuessages.es.js",
10
+ "require": "./dist/vuessages.umd.js"
11
+ },
12
+ "./style.css": "./dist/chotto.css",
13
+ "./themes/default.css": "./dist/themes/default.css",
14
+ "./themes/dark.css": "./dist/themes/dark.css",
15
+ "./themes/green.css": "./dist/themes/green.css",
16
+ "./themes/mobilon1.css": "./dist/themes/mobilon1.css"
17
+ },
18
+ "files": [
19
+ "dist"
20
+ ],
21
+ "types": "./dist/types/index.d.ts",
22
+ "scripts": {
23
+ "dev": "vite",
24
+ "build": "vite build && vite build --config vite.themes.config.ts && vue-tsc --emitDeclarationOnly",
25
+ "build:lib": "vite build && vue-tsc --emitDeclarationOnly",
26
+ "build:themes": "vite build --config vite.themes.config.ts",
27
+ "preview": "vite preview",
28
+ "storybook": "storybook dev -p 6006",
29
+ "build-storybook": "storybook build -o docs",
30
+ "validate-themes": "tsx ./scripts/validate-themes.ts",
31
+ "prepublishOnly": "npm run build && npm run validate-themes",
32
+ "lint-fix": "npx eslint . --fix",
33
+ "lint": "npx eslint ."
34
+ },
35
+ "dependencies": {
36
+ "@fontsource/inter": "^5.2.6",
37
+ "@fontsource/montserrat": "^5.2.6",
38
+ "@fontsource/open-sans": "^5.2.6",
39
+ "linkify-string": "^4.3.2",
40
+ "linkifyjs": "^4.3.2",
41
+ "primeicons": "^7.0.0",
42
+ "sass-embedded": "^1.90.0",
43
+ "vue": "^3.5.18",
44
+ "vue3-emoji-picker": "^1.1.8"
45
+ },
46
+ "devDependencies": {
47
+ "@chromatic-com/storybook": "^4.1.0",
48
+ "@eslint/js": "^9.33.0",
49
+ "@storybook/addon-docs": "^9.1.2",
50
+ "@storybook/addon-links": "^9.1.2",
51
+ "@storybook/vue3-vite": "^9.1.2",
52
+ "@types/glob": "^8.1.0",
53
+ "@types/node": "^22.17.1",
54
+ "@vitejs/plugin-vue": "^5.2.4",
55
+ "eslint": "^9.33.0",
56
+ "eslint-plugin-storybook": "9.1.2",
57
+ "eslint-plugin-vue": "^9.33.0",
58
+ "glob": "^11.0.3",
59
+ "moment": "^2.30.1",
60
+ "pinia": "^2.3.1",
61
+ "storybook": "^9.1.2",
62
+ "tsx": "^4.19.2",
63
+ "typescript": "^5.9.2",
64
+ "typescript-eslint": "^8.17.0",
65
+ "vite": "^6.3.5",
66
+ "vite-plugin-static-copy": "^2.3.1",
67
+ "vue-tsc": "^2.2.12"
68
+ }
69
+ }