UNPKG

sav-vue-demo

Version:
101 lines 2.63 kB
{ "name": "sav-vue-demo", "version": "1.0.8", "description": "sav vue demo", "main": "dist/sav-vue-demo.cjs.js", "module": "dist/sav-vue-demo.es.js", "jsnext:main": "dist/sav-vue-demo.es.js", "scripts": { "watch": "watch -p \"+(test|src)/*.js\" -c \"npm run lint -- --fix && npm test\"", "build": "rollup -c", "fix": "npm run lint -- --fix", "lint": "standard rollup.config.js test/** src/**", "na": "nyc ava ./test", "pretest": "npm run lint", "test": "npm run na", "copy": "node ./scripts/copy", "build-router": "node ./scripts/build-router", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/savjs/sav-vue-demo.git" }, "author": { "name": "jetiny", "email": "86287344@qq.com" }, "license": "MIT", "bugs": { "url": "https://github.com/savjs/sav-vue-demo/issues" }, "devDependencies": { "ava": "^0.18.2", "babel-core": "^6.23.1", "babel-eslint": "^7.1.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "bulma": "^0.4.0", "chai": "^3.5.0", "eslint-plugin-standard": "^2.0.1", "eslint-plugin-vue": "^2.0.1", "fs-extra": "^2.1.2", "handlebars": "^4.0.6", "htmling": "0.0.8", "koa": "^2.2.0", "koa-bodyparser": "^4.2.0", "koa-favicon": "^2.0.0", "koa-static-cache": "^5.0.0", "nyc": "^10.0.0", "rollup": "^0.41.4", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.0", "rollup-plugin-includepaths": "^0.1.8", "rollup-plugin-json": "^2.1.0", "rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-re": "^1.0.1", "rollup-plugin-vue2": "^0.8.0", "sav-flux": "0.0.12", "sav-router": "^1.0.18", "sav-router-schema": "^1.0.5", "sav-router-view": "^1.0.7", "sav-vue": "^1.0.7", "standard": "^9.0.1", "watch-cli": "^0.2.1" }, "dependencies": { "bluebird": "^3.4.7" }, "standard": { "parser": "babel-eslint", "plugins": [ "vue" ], "ignore": [ "test/fixtures/" ] }, "nyc": { "exclude": [ "node_modules", "test" ] }, "ava": { "require": "babel-register", "babel": "inherit", "files": [ "test/*.js", "!test/fixtures" ] }, "babel": { "plugins": [ "transform-decorators-legacy", "transform-object-rest-spread", "transform-es2015-modules-commonjs" ] }, "homepage": "https://github.com/savjs/sav-vue-demo#readme" }