1 Star 0 Fork 2

lanshen/grape-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Paulahu 提交于 2020-07-20 20:25 . npm publish
{
"name": "grape-ui",
"version": "0.0.7",
"description": "这是一个UI框架",
"main": "dist/index.js",
"scripts": {
"start": "npx 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",
"dev": "vuepress dev docs --no-cache",
"docs:build": "vuepress build docs",
"build": "npx parcel build index.js --no-cache --no-minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paulahu/grape-UI.git"
},
"keywords": [
"vue",
"ui"
],
"author": "Paula Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Paulahu/grape-UI/issues"
},
"homepage": "https://github.com/Paulahu/grape-UI#readme",
"dependencies": {
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@vue/component-compiler-utils": "^3.1.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^8.0.1",
"parcel-bundler": "^1.12.4",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.2",
"vuepress-theme-reco": "^1.5.3"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lan-shen/grape-UI.git
git@gitee.com:lan-shen/grape-UI.git
lan-shen
grape-UI
grape-UI
master

搜索帮助