@egjs/preact-flicking
Version:
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
61 lines (60 loc) • 1.73 kB
JSON
{
"name": "@egjs/preact-flicking",
"version": "4.14.0",
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",
"main": "./dist/flicking.cjs.js",
"module": "./dist/flicking.esm.js",
"sideEffects": [
"**/*.css",
"**/*.sass"
],
"types": "declaration/index.d.ts",
"es2015": "dist/flicking.esm.js",
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"start": "open ./demo/index.html && rollup -c rollup.config.demo.js -w",
"build": "rm -rf dist && rollup -c && cpx 'node_modules/@egjs/react-flicking/dist/*.{css,css.map}' dist/ && npm run declaration",
"postbuild": "print-sizes ./dist",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json && cp ./src/preact-flicking/Flicking.d.ts ./declaration/Flicking.d.ts"
},
"keywords": [
"preact",
"flicking",
"carousel",
"swipe",
"flick",
"panel",
"scroll",
"snap",
"egjs"
],
"repository": {
"type": "git",
"url": "https://github.com/naver/egjs-flicking/blob/master/packages/preact-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",
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
"@egjs/flicking-plugins": "^4.0.0-beta.1",
"cpx": "^1.5.0",
"highlight.js": "^10.5.0",
"preact": "^10.5.15",
"print-sizes": "^0.1.0",
"rollup-plugin-css-bundle": "^1.0.4",
"rollup-plugin-preact": "^0.5.2",
"typescript": "4.8.4"
},
"dependencies": {
"@egjs/react-flicking": "^4.14.0"
}
}