4 Star 16 Fork 9

写个程序换个饼 / GridManager-Vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
写个程序换个饼 提交于 2022-03-01 11:32 . 1.12.2
{
"name": "gridmanager-vue",
"version": "1.12.2",
"description": "gridmanager by vue",
"main": "js/gm-vue.js",
"scripts": {
"start": "node server",
"build": "webpack --config webpack-config.js",
"copy": "cp -r /Users/baukh/work/GridManager/dist/. /Users/baukh/work/GridManager-Vue/node_modules/gridmanager/",
"version": "npm run build && npm publish dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baukh789/GridManager-Vue"
},
"author": "baukh",
"license": "MIT",
"homepage": "http://gridmanager.lovejavascript.com",
"bugs": {
"url": "https://github.com/baukh789/GridManager-Vue/issues"
},
"keywords": [
"vue",
"gridmanager",
"vue-gridmanager",
"table",
"vue-table",
"grid",
"vue-grid",
"component",
"components"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^2.1.1",
"express": "^4.15.2",
"gridmanager": "^2.18.2",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"terser-webpack-plugin": "^3.0.8",
"vue": "^2.5.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.7.0"
},
"dependencies": {}
}
JavaScript
1
https://gitee.com/baukh/GridManager-Vue.git
git@gitee.com:baukh/GridManager-Vue.git
baukh
GridManager-Vue
GridManager-Vue
master

搜索帮助