@twab/visualization 0.9.2 → 0.9.5

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,66 +1,67 @@
1
- {
2
- "name": "@twab/visualization",
3
- "version": "0.9.2",
4
- "main": "dist/visualization.umd.js",
5
- "files": [
6
- "dist"
7
- ],
8
- "scripts": {
9
- "serve": "vue-cli-service serve example/main.js",
10
- "build": "vue-cli-service build --target lib --name visualization src/index.js"
11
- },
12
- "dependencies": {
13
- "@fortawesome/fontawesome-svg-core": "^6.4.2",
14
- "@fortawesome/free-solid-svg-icons": "^6.4.2",
15
- "@fortawesome/vue-fontawesome": "^2.0.10",
16
- "axios": "^1.5.1",
17
- "core-js": "^3.8.3",
18
- "i18next": "^23.6.0",
19
- "i18next-browser-languagedetector": "^7.1.0",
20
- "i18next-vue": "^1.1.0",
21
- "v-mask": "^2.3.0",
22
- "v-tooltip": "^2.1.3",
23
- "vue": "^2.6.14",
24
- "vue-loading-twa": "^1.4.0"
25
- },
26
- "devDependencies": {
27
- "@babel/core": "^7.12.16",
28
- "@babel/eslint-parser": "^7.12.16",
29
- "@vue/cli-plugin-babel": "~5.0.0",
30
- "@vue/cli-plugin-eslint": "~5.0.0",
31
- "@vue/cli-service": "~5.0.0",
32
- "deepmerge": "^4.3.1",
33
- "eslint": "^7.32.0",
34
- "eslint-plugin-vue": "^8.0.3",
35
- "sass": "~1.32",
36
- "sass-loader": "^13.3.2",
37
- "vue-global-events": "^1.2.1",
38
- "vue-template-compiler": "^2.6.14"
39
- },
40
- "babel": {
41
- "presets": [
42
- "@babel/preset-env"
43
- ]
44
- },
45
- "eslintConfig": {
46
- "root": true,
47
- "env": {
48
- "node": true
49
- },
50
- "extends": [
51
- "plugin:vue/essential",
52
- "eslint:recommended"
53
- ],
54
- "parserOptions": {
55
- "parser": "@babel/eslint-parser"
56
- },
57
- "rules": {
58
- "vue/multi-word-component-names": "off"
59
- }
60
- },
61
- "browserslist": [
62
- "> 1%",
63
- "last 2 versions",
64
- "not dead"
65
- ]
66
- }
1
+ {
2
+ "name": "@twab/visualization",
3
+ "version": "0.9.5",
4
+ "main": "dist/visualization.umd.js",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "scripts": {
9
+ "serve": "vue-cli-service serve example/main.js",
10
+ "build": "vue-cli-service build --target lib --name visualization src/index.js"
11
+ },
12
+ "dependencies": {
13
+ "@fortawesome/fontawesome-svg-core": "^6.4.2",
14
+ "@fortawesome/free-solid-svg-icons": "^6.4.2",
15
+ "@fortawesome/vue-fontawesome": "^2.0.10",
16
+ "axios": "^1.5.1",
17
+ "core-js": "^3.8.3",
18
+ "file-loader": "^6.2.0",
19
+ "i18next": "^23.6.0",
20
+ "i18next-browser-languagedetector": "^7.1.0",
21
+ "i18next-vue": "^1.1.0",
22
+ "v-mask": "^2.3.0",
23
+ "v-tooltip": "^2.1.3",
24
+ "vue": "^2.6.14",
25
+ "vue-loading-twa": "^1.4.0"
26
+ },
27
+ "devDependencies": {
28
+ "@babel/core": "^7.12.16",
29
+ "@babel/eslint-parser": "^7.12.16",
30
+ "@vue/cli-plugin-babel": "~5.0.0",
31
+ "@vue/cli-plugin-eslint": "~5.0.0",
32
+ "@vue/cli-service": "~5.0.0",
33
+ "deepmerge": "^4.3.1",
34
+ "eslint": "^7.32.0",
35
+ "eslint-plugin-vue": "^8.0.3",
36
+ "sass": "~1.32",
37
+ "sass-loader": "^13.3.2",
38
+ "vue-global-events": "^1.2.1",
39
+ "vue-template-compiler": "^2.6.14"
40
+ },
41
+ "babel": {
42
+ "presets": [
43
+ "@babel/preset-env"
44
+ ]
45
+ },
46
+ "eslintConfig": {
47
+ "root": true,
48
+ "env": {
49
+ "node": true
50
+ },
51
+ "extends": [
52
+ "plugin:vue/essential",
53
+ "eslint:recommended"
54
+ ],
55
+ "parserOptions": {
56
+ "parser": "@babel/eslint-parser"
57
+ },
58
+ "rules": {
59
+ "vue/multi-word-component-names": "off"
60
+ }
61
+ },
62
+ "browserslist": [
63
+ "> 1%",
64
+ "last 2 versions",
65
+ "not dead"
66
+ ]
67
+ }