@egjs/vue-flicking
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -17,2 +17,2 @@ import { VueConstructor } from "vue"; | ||
export { version, Flicking, install }; | ||
export * from "@egjs/flicking/src/exports"; | ||
export * from "@egjs/flicking"; |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking | ||
version: 4.0.1 | ||
version: 4.0.2 | ||
*/ | ||
@@ -586,3 +586,3 @@ 'use strict'; | ||
var version = "4.0.1"; | ||
var version = "4.0.2"; | ||
@@ -589,0 +589,0 @@ var install = function (Vue) { |
124
package.json
{ | ||
"name": "@egjs/vue-flicking", | ||
"version": "4.0.1", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
"main": "dist/flicking.cjs.js", | ||
"module": "dist/flicking.esm.js", | ||
"types": "declaration/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "vue-cli-service demo", | ||
"build": "rm -rf dist && rollup -c && npm run declaration", | ||
"postbuild": "cpx 'node_modules/@egjs/flicking/dist/*.css' dist/", | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", | ||
"test": "vue-cli-service test:unit", | ||
"lint": "vue-cli-service lint --no-fix", | ||
"demo": "vue-cli-service demo" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking" | ||
}, | ||
"author": { | ||
"name": "NAVER Corp." | ||
}, | ||
"namespace": { | ||
"eg": "eg" | ||
}, | ||
"homepage": "https://naver.github.io/egjs-flicking", | ||
"bugs": { | ||
"url": "https://github.com/naver/egjs-flicking/issues" | ||
}, | ||
"license": "MIT", | ||
"browserslist": [ | ||
"last 2 version", | ||
"ie 9-11", | ||
"not op_mini all" | ||
], | ||
"dependencies": { | ||
"@egjs/flicking": "^4.0.0", | ||
"@egjs/list-differ": "^1.0.0", | ||
"vue-property-decorator": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@egjs/build-helper": "0.0.5", | ||
"@egjs/flicking-plugins": "^3.1.0", | ||
"@types/chai": "^4.1.0", | ||
"@types/mocha": "^5.2.4", | ||
"@types/uuid": "^8.3.0", | ||
"@vue/cli-plugin-typescript": "^3.7.0", | ||
"@vue/cli-plugin-unit-mocha": "^3.7.0", | ||
"@vue/cli-service": "^3.7.0", | ||
"@vue/test-utils": "1.0.0-beta.29", | ||
"chai": "^4.1.2", | ||
"cpx": "^1.5.0", | ||
"rollup-plugin-vue": "^5.0.0", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.2.3", | ||
"vue": "^2.6.10", | ||
"vue-class-component": "^7.0.2", | ||
"vue-cli-plugin-p11n": "^0.3.0", | ||
"vue-router": "^3.0.6", | ||
"vue-template-compiler": "^2.5.21" | ||
} | ||
"name": "@egjs/vue-flicking", | ||
"version": "4.0.2", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
"main": "dist/flicking.cjs.js", | ||
"module": "dist/flicking.esm.js", | ||
"types": "declaration/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "vue-cli-service demo", | ||
"build": "rm -rf dist && rollup -c && npm run declaration", | ||
"postbuild": "cpx 'node_modules/@egjs/flicking/dist/*.css' dist/", | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", | ||
"test": "vue-cli-service test:unit", | ||
"lint": "vue-cli-service lint --no-fix", | ||
"demo": "vue-cli-service demo" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking" | ||
}, | ||
"author": { | ||
"name": "NAVER Corp." | ||
}, | ||
"namespace": { | ||
"eg": "eg" | ||
}, | ||
"homepage": "https://naver.github.io/egjs-flicking", | ||
"bugs": { | ||
"url": "https://github.com/naver/egjs-flicking/issues" | ||
}, | ||
"license": "MIT", | ||
"browserslist": [ | ||
"last 2 version", | ||
"ie 9-11", | ||
"not op_mini all" | ||
], | ||
"dependencies": { | ||
"@egjs/flicking": "^4.0.0", | ||
"@egjs/list-differ": "^1.0.0", | ||
"vue-property-decorator": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@egjs/build-helper": "0.0.5", | ||
"@egjs/flicking-plugins": "^3.1.0", | ||
"@types/chai": "^4.1.0", | ||
"@types/mocha": "^5.2.4", | ||
"@types/uuid": "^8.3.0", | ||
"@vue/cli-plugin-typescript": "^3.7.0", | ||
"@vue/cli-plugin-unit-mocha": "^3.7.0", | ||
"@vue/cli-service": "^3.7.0", | ||
"@vue/test-utils": "1.0.0-beta.29", | ||
"chai": "^4.1.2", | ||
"cpx": "^1.5.0", | ||
"rollup-plugin-vue": "^5.0.0", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.2.3", | ||
"vue": "^2.6.10", | ||
"vue-class-component": "^7.0.2", | ||
"vue-cli-plugin-p11n": "^0.3.0", | ||
"vue-router": "^3.0.6", | ||
"vue-template-compiler": "^2.5.21" | ||
} | ||
} |
@@ -35,2 +35,6 @@ <h1 align=center> | ||
<p align=center> | ||
⚠️ If you're looking for Flicking for Vue 3, check out <a href="https://github.com/naver/egjs-flicking/blob/master/packages/vue3-flicking/README.md">@egjs/vue3-flicking</a> | ||
</p> | ||
## ⚙️ Installation | ||
@@ -51,2 +55,6 @@ ```sh | ||
import VueFlicking from "@egjs/vue-flicking"; | ||
import "@egjs/vue-flicking/dist/flicking.css"; | ||
// Or, if you have to support IE9 | ||
import "@egjs/vue-flicking/dist/flicking-inline.css"; | ||
Vue.use(VueFlicking); | ||
@@ -66,2 +74,9 @@ ``` | ||
And in the \<style\> tag | ||
```css | ||
@import url("node_modules/@egjs/vue-flicking/dist/flicking.css"); | ||
// Or, if you have to support IE9 | ||
@import url("node_modules/@egjs/vue-flicking/dist/flicking-inline.css"); | ||
``` | ||
### Usage | ||
@@ -68,0 +83,0 @@ ```vue |
@@ -28,2 +28,2 @@ /* eslint-disable @typescript-eslint/naming-convention */ | ||
}; | ||
export * from "@egjs/flicking/src/exports"; | ||
export * from "@egjs/flicking"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149
86659
1412
1