Skip to content

Commit 770b852

Browse files
committed
UI glitches
1 parent 6e2b589 commit 770b852

1 file changed

Lines changed: 78 additions & 78 deletions

File tree

package.json

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"name": "fluro-vue-ui",
3-
"version": "2.4.10",
4-
"description": "A package that contains helpful Fluro UI components and mixins",
5-
"main": "src/index.js",
6-
"scripts": {
7-
"extract": "node ./extractor.js",
8-
"build": "webpack --mode=production --config webpack.config.js",
9-
"dev": "webpack --mode=development --progress --colors --watch",
10-
"test": "mocha --colors ./test/*.spec.js",
11-
"test:watch": "mocha --colors -w ./test/*.spec.js"
12-
},
13-
"author": "Cade Embery",
14-
"bugs": {
15-
"url": "https://github.com/fluro-developers/fluro-vue-ui/issues"
16-
},
17-
"homepage": "https://github.com/fluro-developers/fluro-vue-ui#readme",
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/fluro-developers/fluro-vue-ui.git"
21-
},
22-
"browserslist": [
23-
"extends browserslist-config-vue"
24-
],
25-
"peerDependencies": {
26-
"vue": "*",
27-
"fluro": "*",
28-
"lodash": "^4.17.15",
29-
"async": "*",
30-
"brace": "*",
31-
"vue-color": "^2.7.1",
32-
"vuetify": "^1.5.24",
33-
"signature_pad": "^3.0.0-beta.3",
34-
"js-beautify": "^1.11.0",
35-
"vue2-ace-editor": "0.0.15",
36-
"vuedraggable": "^2.23.2",
37-
"tippy.js": "*",
38-
"tiptap": "*",
39-
"vuex-map-fields": "^1.4.0",
40-
"tiptap-commands": "*",
41-
"tiptap-extensions": "*",
42-
"tiptap-utils": "*"
43-
},
44-
"dependencies": {
45-
"@google/markerclusterer": "*",
46-
"expression-eval": "^3.1.2",
47-
"rollup-plugin-alias": "^2.2.0",
48-
"v-currency-field": "3.0.7",
49-
"vue-range-slider": "^0.6.0",
50-
"vue-vimeo-player": "^0.1.0",
51-
"vue-youtube": "^1.4.0",
52-
"vuelidate": "^0.7.5"
53-
},
54-
"devDependencies": {
55-
"@babel/core": "^7.0.0",
56-
"@babel/eslint-plugin": "^7.11.5",
57-
"@babel/plugin-external-helpers": "^7.0.0",
58-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
59-
"autoprefixer": "^10.1.0",
60-
"babel-eslint": "^10.1.0",
61-
"babel-loader": "^8.1.0",
62-
"babel-preset-vue": "^2.0.2",
63-
"browserslist-config-vue": "^1.0.3",
64-
"cross-env": "^7.0.2",
65-
"del-cli": "^3.0.0",
66-
"eslint": "^6.8.0",
67-
"eslint-config-xo": "^0.29.1",
68-
"eslint-plugin-vue": "^6.2.2",
69-
"mini-css-extract-plugin": "^0.9.0",
70-
"postcss": "^8.2.1",
71-
"postcss-csso": "^5.0.0",
72-
"sass": "^1.26.10",
73-
"sass-loader": "^9.0.3",
74-
"sass-resources-loader": "^2.1.1",
75-
"vue-loader": "^15.9.6",
76-
"vue-template-compiler": "^2.6.11",
77-
"webpack": "^4.44.2",
78-
"webpack-cli": "^3.3.12"
79-
}
2+
"name": "fluro-vue-ui",
3+
"version": "2.4.11",
4+
"description": "A package that contains helpful Fluro UI components and mixins",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"extract": "node ./extractor.js",
8+
"build": "webpack --mode=production --config webpack.config.js",
9+
"dev": "webpack --mode=development --progress --colors --watch",
10+
"test": "mocha --colors ./test/*.spec.js",
11+
"test:watch": "mocha --colors -w ./test/*.spec.js"
12+
},
13+
"author": "Cade Embery",
14+
"bugs": {
15+
"url": "https://github.com/fluro-developers/fluro-vue-ui/issues"
16+
},
17+
"homepage": "https://github.com/fluro-developers/fluro-vue-ui#readme",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/fluro-developers/fluro-vue-ui.git"
21+
},
22+
"browserslist": [
23+
"extends browserslist-config-vue"
24+
],
25+
"peerDependencies": {
26+
"vue": "*",
27+
"fluro": "*",
28+
"lodash": "^4.17.15",
29+
"async": "*",
30+
"brace": "*",
31+
"vue-color": "^2.7.1",
32+
"vuetify": "^1.5.24",
33+
"signature_pad": "^3.0.0-beta.3",
34+
"js-beautify": "^1.11.0",
35+
"vue2-ace-editor": "0.0.15",
36+
"vuedraggable": "^2.23.2",
37+
"tippy.js": "*",
38+
"tiptap": "*",
39+
"vuex-map-fields": "^1.4.0",
40+
"tiptap-commands": "*",
41+
"tiptap-extensions": "*",
42+
"tiptap-utils": "*"
43+
},
44+
"dependencies": {
45+
"@google/markerclusterer": "*",
46+
"expression-eval": "^3.1.2",
47+
"rollup-plugin-alias": "^2.2.0",
48+
"v-currency-field": "3.0.7",
49+
"vue-range-slider": "^0.6.0",
50+
"vue-vimeo-player": "^0.1.0",
51+
"vue-youtube": "^1.4.0",
52+
"vuelidate": "^0.7.5"
53+
},
54+
"devDependencies": {
55+
"@babel/core": "^7.0.0",
56+
"@babel/eslint-plugin": "^7.11.5",
57+
"@babel/plugin-external-helpers": "^7.0.0",
58+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
59+
"autoprefixer": "^10.1.0",
60+
"babel-eslint": "^10.1.0",
61+
"babel-loader": "^8.1.0",
62+
"babel-preset-vue": "^2.0.2",
63+
"browserslist-config-vue": "^1.0.3",
64+
"cross-env": "^7.0.2",
65+
"del-cli": "^3.0.0",
66+
"eslint": "^6.8.0",
67+
"eslint-config-xo": "^0.29.1",
68+
"eslint-plugin-vue": "^6.2.2",
69+
"mini-css-extract-plugin": "^0.9.0",
70+
"postcss": "^8.2.1",
71+
"postcss-csso": "^5.0.0",
72+
"sass": "^1.26.10",
73+
"sass-loader": "^9.0.3",
74+
"sass-resources-loader": "^2.1.1",
75+
"vue-loader": "^15.9.6",
76+
"vue-template-compiler": "^2.6.11",
77+
"webpack": "^4.44.2",
78+
"webpack-cli": "^3.3.12"
79+
}
8080
}

0 commit comments

Comments
 (0)