@farm-investimentos/front-mfe-components-vue3 1.1.2 → 1.1.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,103 +1,103 @@
1
1
  {
2
- "name": "@farm-investimentos/front-mfe-components-vue3",
3
- "version": "1.1.2",
4
- "private": false,
5
- "repository": {
6
- "type": "git",
7
- "url": "git://github.com/Farm-Investimentos/front-mfe-components-vue3.git"
8
- },
9
- "author": "farm investimentos",
10
- "main": "./dist/front-mfe-components.common.js",
11
- "jsdelivr": "dist/front-mfe-components.umd.min.js",
12
- "unpkg": "dist/front-mfe-components.umd.min.js",
13
- "files": [
14
- "dist/*",
15
- "src/*"
16
- ],
17
- "scripts": {
18
- "build": "npm run build:components",
19
- "build-storybook": "storybook build",
20
- "build:components": "vue-cli-service build --target lib --name front-mfe-components src/main.ts",
21
- "lint": "vue-cli-service lint --fix",
22
- "serve": "vue-cli-service serve",
23
- "serve:storybook": "http-server ./storybook-static/",
24
- "storybook": "storybook dev -p 6006",
25
- "test:coverage": "jest --coverage --runInBand",
26
- "test:unit": "jest --runInBand",
27
- "prepare": "husky"
28
- },
29
- "browserslist": [
30
- "> 1%",
31
- "last 2 versions",
32
- "not dead"
33
- ],
34
- "dependencies": {
35
- "@storybook/test": "^8.2.9",
36
- "@vuepic/vue-datepicker": "8.2.0",
37
- "core-js": "3.33.1",
38
- "text-mask-addons": "^3.8.0",
39
- "v-mask": "2.3.0",
40
- "v-money3": "^3.24.0",
41
- "vuetify": "3.5.7",
42
- "webpack": "5.94.0"
43
- },
44
- "devDependencies": {
45
- "@babel/core": "7.17.9",
46
- "@babel/generator": "7.17.9",
47
- "@farm-investimentos/front-mfe-libs-ts": "3.0.5",
48
- "@storybook/addon-essentials": "^8.2.9",
49
- "@storybook/addon-interactions": "^8.2.9",
50
- "@storybook/addon-links": "^8.2.9",
51
- "@storybook/addon-mdx-gfm": "^8.2.9",
52
- "@storybook/blocks": "^8.2.9",
53
- "@storybook/manager-api": "^8.2.9",
54
- "@storybook/theming": "^8.2.9",
55
- "@storybook/vue3": "^8.2.9",
56
- "@storybook/vue3-vite": "^8.2.9",
57
- "@tsconfig/node18": "^18.2.2",
58
- "@types/jest": "^29.5.12",
59
- "@types/node": "^18.17.17",
60
- "@typescript-eslint/eslint-plugin": "^4.18.0",
61
- "@typescript-eslint/parser": "^4.18.0",
62
- "@vitejs/plugin-vue": "^4.6.2",
63
- "@vue/cli-plugin-babel": "^5.0.0",
64
- "@vue/cli-plugin-eslint": "^4.5.0",
65
- "@vue/cli-plugin-typescript": "^4.5.0",
66
- "@vue/cli-service": "^5.0.8",
67
- "@vue/compiler-sfc": "^3.0.0",
68
- "@vue/eslint-config-typescript": "^7.0.0",
69
- "@vue/test-utils": "^2.3.2",
70
- "@vue/tsconfig": "^0.4.0",
71
- "@vue/vue3-jest": "29.2.6",
72
- "babel-eslint": "^10.1.0",
73
- "babel-jest": "^29.5.0",
74
- "babel-loader": "^8.3.0",
75
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
76
- "eslint": "^6.7.2",
77
- "eslint-plugin-import": "^2.29.0",
78
- "eslint-plugin-vue": "^7.1.0",
79
- "husky": "^9.0.11",
80
- "jest": "29.7.0",
81
- "jest-environment-jsdom": "^29.0.0",
82
- "npm-run-all2": "^6.0.6",
83
- "react": "^18.2.0",
84
- "react-dom": "^18.2.0",
85
- "sass": "~1.32.0",
86
- "sass-loader": "10.4.1",
87
- "storybook": "^8.2.9",
88
- "style-loader": "^3.3.3",
89
- "ts-jest": "^29.0.0",
90
- "typescript": "~4.1.5",
91
- "vite": "^4.4.9",
92
- "vue": "3.4.37",
93
- "vue-loader": "^16.8.3",
94
- "vue-tsc": "^1.8.11",
95
- "webpack-cli": "^5.1.4"
96
- },
97
- "engines": {
98
- "node": "~20"
99
- },
100
- "publishConfig": {
101
- "@farm-investimentos:registry": "https://registry.npmjs.org"
102
- }
103
- }
2
+ "name": "@farm-investimentos/front-mfe-components-vue3",
3
+ "version": "1.1.4",
4
+ "private": false,
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git://github.com/Farm-Investimentos/front-mfe-components-vue3.git"
8
+ },
9
+ "author": "farm investimentos",
10
+ "main": "./dist/front-mfe-components.common.js",
11
+ "jsdelivr": "dist/front-mfe-components.umd.min.js",
12
+ "unpkg": "dist/front-mfe-components.umd.min.js",
13
+ "files": [
14
+ "dist/*",
15
+ "src/*"
16
+ ],
17
+ "scripts": {
18
+ "build": "npm run build:components",
19
+ "build-storybook": "storybook build",
20
+ "build:components": "vue-cli-service build --target lib --name front-mfe-components src/main.ts",
21
+ "lint": "vue-cli-service lint --fix",
22
+ "serve": "vue-cli-service serve",
23
+ "serve:storybook": "http-server ./storybook-static/",
24
+ "storybook": "storybook dev -p 6006",
25
+ "test:coverage": "jest --coverage --runInBand",
26
+ "test:unit": "jest --runInBand",
27
+ "prepare": "husky"
28
+ },
29
+ "browserslist": [
30
+ "> 1%",
31
+ "last 2 versions",
32
+ "not dead"
33
+ ],
34
+ "dependencies": {
35
+ "@storybook/test": "^8.2.9",
36
+ "@vuepic/vue-datepicker": "8.2.0",
37
+ "core-js": "3.33.1",
38
+ "text-mask-addons": "^3.8.0",
39
+ "v-mask": "2.3.0",
40
+ "v-money3": "^3.24.0",
41
+ "vuetify": "3.5.7",
42
+ "webpack": "5.94.0"
43
+ },
44
+ "devDependencies": {
45
+ "@babel/core": "7.17.9",
46
+ "@babel/generator": "7.17.9",
47
+ "@farm-investimentos/front-mfe-libs-ts": "3.0.5",
48
+ "@storybook/addon-essentials": "^8.2.9",
49
+ "@storybook/addon-interactions": "^8.2.9",
50
+ "@storybook/addon-links": "^8.2.9",
51
+ "@storybook/addon-mdx-gfm": "^8.2.9",
52
+ "@storybook/blocks": "^8.2.9",
53
+ "@storybook/manager-api": "^8.2.9",
54
+ "@storybook/theming": "^8.2.9",
55
+ "@storybook/vue3": "^8.2.9",
56
+ "@storybook/vue3-vite": "^8.2.9",
57
+ "@tsconfig/node18": "^18.2.2",
58
+ "@types/jest": "^29.5.12",
59
+ "@types/node": "^18.17.17",
60
+ "@typescript-eslint/eslint-plugin": "^4.18.0",
61
+ "@typescript-eslint/parser": "^4.18.0",
62
+ "@vitejs/plugin-vue": "^4.6.2",
63
+ "@vue/cli-plugin-babel": "^5.0.0",
64
+ "@vue/cli-plugin-eslint": "^4.5.0",
65
+ "@vue/cli-plugin-typescript": "^4.5.0",
66
+ "@vue/cli-service": "^5.0.8",
67
+ "@vue/compiler-sfc": "^3.0.0",
68
+ "@vue/eslint-config-typescript": "^7.0.0",
69
+ "@vue/test-utils": "^2.3.2",
70
+ "@vue/tsconfig": "^0.4.0",
71
+ "@vue/vue3-jest": "29.2.6",
72
+ "babel-eslint": "^10.1.0",
73
+ "babel-jest": "^29.5.0",
74
+ "babel-loader": "^8.3.0",
75
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
76
+ "eslint": "^6.7.2",
77
+ "eslint-plugin-import": "^2.29.0",
78
+ "eslint-plugin-vue": "^7.1.0",
79
+ "husky": "^9.0.11",
80
+ "jest": "29.7.0",
81
+ "jest-environment-jsdom": "^29.0.0",
82
+ "npm-run-all2": "^6.0.6",
83
+ "react": "^18.2.0",
84
+ "react-dom": "^18.2.0",
85
+ "sass": "~1.32.0",
86
+ "sass-loader": "10.4.1",
87
+ "storybook": "^8.2.9",
88
+ "style-loader": "^3.3.3",
89
+ "ts-jest": "^29.0.0",
90
+ "typescript": "~4.1.5",
91
+ "vite": "^4.4.9",
92
+ "vue": "3.4.37",
93
+ "vue-loader": "^16.8.3",
94
+ "vue-tsc": "^1.8.11",
95
+ "webpack-cli": "^5.1.4"
96
+ },
97
+ "engines": {
98
+ "node": "~20"
99
+ },
100
+ "publishConfig": {
101
+ "@farm-investimentos:registry": "https://registry.npmjs.org"
102
+ }
103
+ }