1 Star 0 Fork 0

54leifeng / vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.60 KB
一键复制 编辑 原始数据 按行查看 历史
Taehoon 提交于 2017-03-29 14:30 . add missed dependencies for jwt auth
{
"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": {
"@websanova/vue-auth": "^2.8.2-beta",
"animate.css": "3.5.2",
"animejs": "^2.0.1",
"axios": "^0.15.3",
"bulma": "^0.3.2",
"font-awesome": "4.7.0",
"mdi": "^1.8.36",
"plotly.js": "^1.24.2",
"vue": "^2.2.2",
"vue-axios": "^2.0.1",
"vue-bulma-brace": "^0.1.0",
"vue-bulma-breadcrumb": "^1.0.1",
"vue-bulma-card": "^1.0.2",
"vue-bulma-chartist": "^1.1.0",
"vue-bulma-chartjs": "^1.0.4",
"vue-bulma-collapse": "1.0.3",
"vue-bulma-datepicker": "^1.3.0",
"vue-bulma-emoji": "^0.0.2",
"vue-bulma-expanding": "^0.0.1",
"vue-bulma-jump": "^0.0.2",
"vue-bulma-message": "^1.1.1",
"vue-bulma-modal": "1.0.1",
"vue-bulma-notification": "^1.1.1",
"vue-bulma-progress-bar": "^1.0.2",
"vue-bulma-progress-tracker": "0.0.4",
"vue-bulma-quill": "0.0.1",
"vue-bulma-rating": "^1.0.1",
"vue-bulma-slider": "^1.0.2",
"vue-bulma-switch": "^1.0.4",
"vue-bulma-tabs": "^1.1.2",
"vue-bulma-tooltip": "^1.0.3",
"vue-cleave": "1.1.1",
"vue-lory": "0.0.4",
"vue-nprogress": "0.1.5",
"vue-peity": "0.5.0",
"vue-router": "^2.3.0",
"vuex": "^2.2.1",
"vuex-router-sync": "^4.1.2",
"wysiwyg.css": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"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.27.1",
"electron-devtools-installer": "^2.0.1",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.25.0",
"http-proxy-middleware": "^0.17.4",
"imports-loader": "^0.7.0",
"node-sass": "^4.1.1",
"opn": "^4.0.2",
"ora": "^1.1.0",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.1",
"sass-loader": "^6.0.3",
"serve-favicon": "^2.4.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.14.0",
"webpack-merge": "^4.0.0"
}
}
JavaScript
1
https://gitee.com/362484032/vue-admin.git
git@gitee.com:362484032/vue-admin.git
362484032
vue-admin
vue-admin
master

搜索帮助