1 Star 0 Fork 0

廖哥looknd/vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
fundon 提交于 2016-12-31 17:23 . ddeps: html-webpack-plugin v2.25.0
{
"name": "vue-admin",
"version": "0.1.12",
"description": "Vue Admin Panel Framework",
"repository": "vue-bulma/vue-admin",
"homepage": "https://admin.vuebulma.com",
"license": "MIT",
"author": {
"name": "Fangdun Cai",
"email": "cfddream@gmail.com",
"url": "fundon.me"
},
"keywords": [
"admin",
"bulma",
"dashboard",
"data",
"visualization",
"vue"
],
"engines": {
"node": ">=4",
"npm": ">=3"
},
"scripts": {
"build": "cross-env NODE_ENV=production node build/build.js",
"clean": "rm -rf dist",
"dev": "cross-env NODE_ENV=development node build/dev-server.js",
"electron": "cross-env NODE_ELECTRON=true npm run build && electron electronIndex.js",
"gh": "npm run build && gh-pages -d dist",
"lint": "eslint --ext .js .vue client/*",
"lint:fix": "eslint --fix --ext .js .vue electron.js client/* build/* config/*",
"test": "echo lol"
},
"dependencies": {
"animate.css": "3.5.2",
"animejs": "1.1.3",
"bulma": "0.2.3",
"font-awesome": "4.7.0",
"mdi": "1.7.22",
"plotly.js": "1.21.2",
"vue": "2.1.8",
"vue-bulma-brace": "0.0.1",
"vue-bulma-breadcrumb": "github:vue-bulma/breadcrumb",
"vue-bulma-card": "github:vue-bulma/card",
"vue-bulma-chartist": "github:vue-bulma/chartist",
"vue-bulma-chartjs": "github:vue-bulma/chartjs",
"vue-bulma-collapse": "1.0.3",
"vue-bulma-datepicker": "1.2.3",
"vue-bulma-emoji": "github:vue-bulma/emoji",
"vue-bulma-expanding": "github:vue-bulma/expanding",
"vue-bulma-jump": "github:vue-bulma/jump",
"vue-bulma-message": "1.1.0",
"vue-bulma-modal": "1.0.1",
"vue-bulma-notification": "1.1.0",
"vue-bulma-progress-bar": "github:vue-bulma/progress-bar",
"vue-bulma-progress-tracker": "0.0.4",
"vue-bulma-quill": "0.0.1",
"vue-bulma-rating": "github:vue-bulma/rating",
"vue-bulma-slider": "github:vue-bulma/slider",
"vue-bulma-switch": "1.0.2",
"vue-bulma-tabs": "1.1.1",
"vue-bulma-tooltip": "github:vue-bulma/tooltip",
"vue-cleave": "1.1.1",
"vue-handsontable": "github:vue-bulma/handsontable",
"vue-lory": "0.0.4",
"vue-nprogress": "0.1.4",
"vue-peity": "0.5.0",
"vue-resource": "1.0.3",
"vue-router": "2.1.1",
"vuex": "2.1.1",
"vuex-router-sync": "4.0.2",
"wysiwyg.css": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.17.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"electron-devtools-installer": "^2.0.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.25.0",
"http-proxy-middleware": "^0.17.3",
"imports-loader": "^0.7.0",
"node-sass": "^4.1.1",
"opn": "^4.0.2",
"ora": "^0.4.0",
"postcss-loader": "^1.2.1",
"progress-bar-webpack-plugin": "^1.9.1",
"sass-loader": "^4.1.1",
"serve-favicon": "^2.3.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.0.2",
"vue-template-compiler": "2.1.8",
"webpack": "^2.1.0-beta.28",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.14.0",
"webpack-merge": "^2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liao2015/vue-admin.git
git@gitee.com:liao2015/vue-admin.git
liao2015
vue-admin
vue-admin
master

搜索帮助