UNPKG

gulu-ui

Version:
58 lines (57 loc) 1.53 kB
{ "name": "gulu-ui", "version": "0.0.7", "description": "这是一个UI框架", "main": "dist/index.js", "scripts": { "start": "parcel index.html --no-cache", "dev-test": "parcel watch test/* --no-cache & karma start", "test": "parcel build test/* --no-cache --no-minify && karma start --single-run", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "repository": { "type": "git", "url": "git+https://github.com/mamba1202/gulu.git" }, "keywords": [ "vue", "ui" ], "author": "mamba", "license": "MIT", "bugs": { "url": "https://github.com/mamba1202/gulu/issues" }, "homepage": "https://github.com/mamba1202/gulu#readme", "dependencies": { "dev-test": "0.0.1-security", "node-sass": "^4.12.0", "sass-loader": "^7.1.0", "vue": "^2.5.16", "vue-hot-reload-api": "^2.3.0" }, "devDependencies": { "@vue/component-compiler-utils": "^2.6.0", "babel-core": "^6.26.3", "chai": "^4.1.2", "chai-spies": "^1.0.0", "karma": "^2.0.4", "karma-chai": "^0.1.0", "karma-chai-spies": "^0.1.4", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-sinon-chai": "^1.3.4", "mocha": "^5.2.0", "parcel-bundler": "^1.9.3", "sinon": "^6.0.1", "sinon-chai": "^3.2.0", "vue-router": "^3.0.1", "vue-server-renderer": "2.5.16", "vue-template-compiler": "^2.5.16", "vuepress": "^0.13.1" }, "alias": { "vue": "./node_modules/vue/dist/vue.common.js" } }