yukaka
Version:
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "yukaka",
"version": "0.0.4",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuyunzhi/gululu-demo.git"
},
"keywords": [
"vue",
"ui"
],
"author": "余韵之",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuyunzhi/gululu-demo/issues"
},
"homepage": "https://github.com/yuyunzhi/gululu-demo#readme",
"dependencies": {
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.2.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^3.0.0",
"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": "^2.0.2",
"mocha": "^5.2.0",
"parcel-bundler": "^1.10.1",
"sass": "^1.14.1",
"sinon": "^6.3.4",
"sinon-chai": "^3.2.0",
"vue-template-compiler": "^2.5.17"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}