UNPKG

vue-horizontal

Version:

An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies.

107 lines (106 loc) 3.25 kB
{ "name": "vue-horizontal", "version": "0.8.13", "description": "An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies.", "author": "Fuxing Loh", "repository": { "type": "git", "url": "https://github.com/fuxingloh/vue-horizontal.git" }, "bugs": "https://github.com/fuxingloh/vue-horizontal/issues", "keywords": [ "vue", "vuejs", "nuxt", "horizontal", "list view", "scroll view", "airbnb list" ], "license": "MIT", "private": false, "main": "dist/vue-horizontal.ssr.js", "browser": "dist/vue-horizontal.esm.js", "module": "dist/vue-horizontal.esm.js", "unpkg": "dist/vue-horizontal.min.js", "types": "vue-horizontal.d.ts", "files": [ "dist/*", "vue-horizontal.d.ts", "src/**/*.vue" ], "size-limit": [ { "path": "dist/vue-horizontal.esm.js" }, { "path": "dist/vue-horizontal.min.js" }, { "path": "dist/vue-horizontal.ssr.js" } ], "scripts": { "serve": "vue-cli-service serve dev/serve.ts", "size": "size-limit", "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js", "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs", "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es", "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife", "cypress:open": "cypress open", "cypress:run": "cypress run", "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore", "lint": "npm run lint:js && npm run lint:style" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-typescript": "^7.9.0", "@rollup/plugin-alias": "^2.2.0", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-replace": "^2.3.2", "@size-limit/preset-small-lib": "^4.9.1", "@types/cypress-image-snapshot": "^3.1.6", "@types/lodash": "^4.14.165", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "@vue/cli-plugin-babel": "^4.3.1", "@vue/cli-plugin-typescript": "^4.3.1", "@vue/cli-service": "^4.3.1", "@vue/eslint-config-typescript": "^7.0.0", "babel-plugin-transform-remove-console": "^6.9.4", "cross-env": "^7.0.2", "cypress": "^8.6.0", "cypress-image-snapshot": "^4.0.1", "eslint": "^7.15.0", "eslint-plugin-vue": "^7.2.0", "lodash": "^4.17.20", "lorem-ipsum": "^2.0.3", "minimist": "^1.2.5", "random-seed": "^0.3.0", "rollup": "^2.7.3", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-vue": "^5.1.6", "size-limit": "^4.9.1", "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "typescript": "^3.8.3", "vue": "^2.6.11", "vue-router": "^3.4.9", "vue-template-compiler": "^2.6.11", "vuex": "^3.6.0" }, "peerDependencies": { "vue": "^2.6.11" }, "engines": { "node": ">=10" }, "browserslist": [ "current node", "> 1%" ] }