gulu-vue2
Version:
用 Vue2 做的 UI 框架
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "gulu-vue2",
"version": "1.0.1",
"description": "用 Vue2 做的 UI 框架",
"main": "dist/index.js",
"scripts": {
"start": "parcel index.html --no-cache",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
"dev-test": "parcel watch test/* --no-cache & karma start",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://gitee.com/barrydong/gulu-vue2.git"
},
"keywords": [
"Vue",
"UI"
],
"author": "BarryDong",
"license": "MIT",
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"dependencies": {
"vue": "^2.7.8",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"chai": "^4.3.6",
"chai-spies": "^1.0.0",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^10.0.0",
"node-sass": "^4.14.1",
"parcel-bundler": "^1.12.5",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"vue-template-compiler": "^2.7.8",
"vuepress": "^1.9.7"
}
}