UNPKG

vue-sandwich

Version:

A Vue component library based on the Sandwich Design System.

65 lines (64 loc) 1.89 kB
{ "name": "vue-sandwich", "description": "A Vue component library based on the Sandwich Design System.", "author": "Pixeldenker <bram@pixeldenker.nl>", "keywords": [ "component", "library", "vue", "sandwich" ], "repository": { "type": "git", "url": "https://github.com/pixeldenker/sandwich" }, "version": "0.1.1", "main": "./dist/sandwich.common.js", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "make": "vue invoke vue-cli-plugin-structure-generator", "test:e2e": "vue-cli-service test:e2e", "test:unit": "vue-cli-service test:unit", "build-bundle": "vue-cli-service build --target lib --name sandwich ./src/build.js" }, "files": [ "dist/*", "*.json", "*.js" ], "dependencies": { "v-body-scroll-lock": "^1.1.3", "vue": "^2.5.22", "vue-router": "^3.0.1", "vue-types": "^1.5.0", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.4.0", "@vue/cli-plugin-e2e-cypress": "^3.4.0", "@vue/cli-plugin-eslint": "^3.4.0", "@vue/cli-plugin-unit-jest": "^3.4.0", "@vue/cli-service": "^3.4.0", "@vue/eslint-config-airbnb": "^4.0.0", "@vue/eslint-config-prettier": "^3.0.5", "@vue/test-utils": "^1.0.0-beta.20", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-plugin-transform-imports": "^1.5.1", "eslint": "^5.8.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-html": "^4.0.1", "eslint-plugin-vue": "^5.0.0", "fibers": "^3.1.1", "node-sass": "^4.9.0", "sass": "^1.16.0", "sass-loader": "^7.1.0", "svg-inline-loader": "^0.8.0", "vue-cli-plugin-structure": "^0.7.2", "vue-cli-plugin-structure-generator": "^0.5.0", "vue-template-compiler": "^2.5.21" } }