1 Star 0 Fork 0

hackerwjz/vue-flow-editor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
逗你玩玩儿 提交于 2019-06-13 15:30 +08:00 . :rotating_light:high severity
{
"name": "vue-flow-editor",
"version": "1.0.0",
"description": "A vue flow editor",
"author": "Jigang Duan <djg4055108@126.com>",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"dev": "vue-cli-service serve",
"ghpages": "node build/ghpages.js",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:ci": "npm run lint && npm run test:unit",
"test:unit": "jest --clearCache && vue-cli-service test:unit"
},
"dependencies": {
"@toast-ui/vue-editor": "^1.1.1",
"axios": "^0.19.0",
"element-ui": "2.7.2",
"form-create": "^1.6.5",
"gsap": "^2.1.2",
"js-cookie": "2.2.0",
"lodash": "^4.17.11",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"vue": "2.6.10",
"vue-i18n": "^8.0.0",
"vue-router": "3.0.6",
"vuex": "3.1.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@hapi/hoek": "^6.2.1",
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "3.6.0",
"@vue/cli-plugin-unit-jest": "^3.7.0",
"@vue/cli-service": "3.6.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "^24.8.0",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-template-compiler": "2.6.10",
"webpack": "^4.30.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hackerwjz/vue-flow-editor.git
git@gitee.com:hackerwjz/vue-flow-editor.git
hackerwjz
vue-flow-editor
vue-flow-editor
master

搜索帮助