-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Tagging Input component and update README.md with new commands (…
…#565) * Update Tagging Input component and update README.md with new commands * up package version to 0.11.11
- Loading branch information
1 parent
6d8b7c8
commit 9c92f1e
Showing
3 changed files
with
202 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
{ | ||
"name": "streamlabs-beaker", | ||
"version": "0.11.8", | ||
"main": "./dist/beaker.umd.js", | ||
"module": "./dist/beaker.es.js", | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"import": "./dist/beaker.es.js", | ||
"require": "./dist/beaker.umd.js" | ||
}, | ||
"./dist/style.css": { | ||
"import": "./dist/style.css", | ||
"require": "./dist/style.css" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"serve": "vite preview", | ||
"build:publish": "vite build -c vite-publish.config.js", | ||
"deploy": "./deploy.sh" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@originjs/vite-plugin-require-context": "^1.0.9", | ||
"@types/node": "^18.11.18", | ||
"@types/vue-select": "^2.4.0", | ||
"@vue/eslint-config-prettier": "^3.0.5", | ||
"@vue/eslint-config-typescript": "^3.0.5", | ||
"autoprefixer": "^10.4.13", | ||
"eslint": "^8.28.0", | ||
"fuse.js": "^6.4.3", | ||
"less": "4.1.3", | ||
"moment": "^2.24.0", | ||
"postcss": "^8.4.19", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-img": "^1.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.2.1", | ||
"rollup-plugin-rebase": "^3.1.1", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-svg": "^1.0.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-vue": "^4.7.2", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.7.3", | ||
"vee-validate": "^2.0.0-rc.25", | ||
"vite": "3.2.4", | ||
"vite-plugin-vue2": "^2.0.2", | ||
"vue-class-component": "^7.2.6", | ||
"vue-click-outside": "^1.0.7", | ||
"vue-clipboard2": "^0.3.1", | ||
"vue-color": "^2.7.0", | ||
"vue-js-modal": "^1.3.28", | ||
"vue-mq": "^1.0.1", | ||
"vue-multiselect": "^2.1.6", | ||
"vue-property-decorator": "^8.4.2", | ||
"vue-router": "^3.6.5", | ||
"vue-slider-component": "3.2.23", | ||
"vuejs-paginate": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"fuse.js": "^6.4.3", | ||
"moment": "^2.24.0", | ||
"vue-class-component": "^7.2.6", | ||
"vue-click-outside": "^1.0.7", | ||
"vue-color": "^2.7.0", | ||
"vue-js-modal": "^1.3.28", | ||
"vue-mq": "^1.0.1", | ||
"vue-multiselect": "^2.1.6", | ||
"vue-property-decorator": "^8.4.2", | ||
"vue-router": "^3.5.2", | ||
"vue-slider-component": "3.2.23", | ||
"vuejs-paginate": "^2.1.0" | ||
}, | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"lodash-es": "^4.17.15", | ||
"v-tooltip": "^2.0.2", | ||
"vue": "2.6.14", | ||
"vue-a11y-utils": "^0.6.2", | ||
"vue-focus": "^2.1.0", | ||
"vue-template-compiler": "2.6.14", | ||
"what-input": "^5.2.6" | ||
} | ||
} | ||
"name": "streamlabs-beaker", | ||
"version": "0.11.11", | ||
"main": "./dist/beaker.umd.js", | ||
"module": "./dist/beaker.es.js", | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"import": "./dist/beaker.es.js", | ||
"require": "./dist/beaker.umd.js" | ||
}, | ||
"./dist/style.css": { | ||
"import": "./dist/style.css", | ||
"require": "./dist/style.css" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"serve": "vite preview", | ||
"build:publish": "vite build -c vite-publish.config.js", | ||
"deploy": "./deploy.sh" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@originjs/vite-plugin-require-context": "^1.0.9", | ||
"@types/node": "^18.11.18", | ||
"@types/vue-select": "^2.4.0", | ||
"@vue/eslint-config-prettier": "^3.0.5", | ||
"@vue/eslint-config-typescript": "^3.0.5", | ||
"autoprefixer": "^10.4.13", | ||
"eslint": "^8.28.0", | ||
"fuse.js": "^6.4.3", | ||
"less": "4.1.3", | ||
"moment": "^2.24.0", | ||
"postcss": "^8.4.19", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-img": "^1.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.2.1", | ||
"rollup-plugin-rebase": "^3.1.1", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-svg": "^1.0.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-vue": "^4.7.2", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.7.3", | ||
"vee-validate": "^2.0.0-rc.25", | ||
"vite": "3.2.4", | ||
"vite-plugin-vue2": "^2.0.2", | ||
"vue-class-component": "^7.2.6", | ||
"vue-click-outside": "^1.0.7", | ||
"vue-clipboard2": "^0.3.1", | ||
"vue-color": "^2.7.0", | ||
"vue-js-modal": "^1.3.28", | ||
"vue-mq": "^1.0.1", | ||
"vue-multiselect": "^2.1.6", | ||
"vue-property-decorator": "^8.4.2", | ||
"vue-router": "^3.6.5", | ||
"vue-slider-component": "3.2.23", | ||
"vuejs-paginate": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"fuse.js": "^6.4.3", | ||
"moment": "^2.24.0", | ||
"vue-class-component": "^7.2.6", | ||
"vue-click-outside": "^1.0.7", | ||
"vue-color": "^2.7.0", | ||
"vue-js-modal": "^1.3.28", | ||
"vue-mq": "^1.0.1", | ||
"vue-multiselect": "^2.1.6", | ||
"vue-property-decorator": "^8.4.2", | ||
"vue-router": "^3.5.2", | ||
"vue-slider-component": "3.2.23", | ||
"vuejs-paginate": "^2.1.0" | ||
}, | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"lodash-es": "^4.17.15", | ||
"v-tooltip": "^2.0.2", | ||
"vue": "2.6.14", | ||
"vue-a11y-utils": "^0.6.2", | ||
"vue-focus": "^2.1.0", | ||
"vue-template-compiler": "2.6.14", | ||
"what-input": "^5.2.6" | ||
} | ||
} |
Oops, something went wrong.