ofd-view 0.1.28 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofd-view",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "main": "lib/ofd-view.umd.js",
5
5
  "files": [
6
6
  "lib/*",
@@ -15,31 +15,15 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "core-js": "^3.6.5",
18
- "vue": "^2.6.11",
19
- "ofd.js": "^1.3.13"
18
+ "ofd.js": "^1.3.13",
19
+ "parser_x.js": "^1.0.17",
20
+ "vue": "^2.6.11"
20
21
  },
21
22
  "devDependencies": {
22
23
  "@babel/core": "^7.12.16",
23
24
  "@babel/eslint-parser": "^7.12.16",
24
25
  "@vue/cli-plugin-babel": "~5.0.0",
25
- "@vue/cli-plugin-eslint": "~5.0.0",
26
- "@vue/cli-service": "~5.0.0",
27
- "eslint": "^7.32.0",
28
- "eslint-plugin-vue": "^8.0.3"
29
- },
30
- "eslintConfig": {
31
- "root": true,
32
- "env": {
33
- "node": true
34
- },
35
- "extends": [
36
- "plugin:vue/vue3-essential",
37
- "eslint:recommended"
38
- ],
39
- "parserOptions": {
40
- "parser": "@babel/eslint-parser"
41
- },
42
- "rules": {}
26
+ "@vue/cli-service": "~5.0.0"
43
27
  },
44
28
  "browserslist": [
45
29
  "> 1%",