1 Star 0 Fork 0

無神無佛無兲使/akaunting

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
blackpidgeon 提交于 2020-03-22 16:02 . Don't overwrite the bg-variant mixin
{
"name": "akaunting",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"bootstrap": "^4.3.1",
"chart.js": "^2.7.1",
"d3": "^5.12.0",
"datamaps": "^0.5.9",
"date-fns": "^1.30.1",
"dropzone": "^5.5.1",
"element-ui": "^2.12.0",
"es6-promise": "^4.1.1",
"flatpickr": "^4.6.3",
"fuse.js": "^3.2.0",
"google-maps": "^3.2.1",
"nouislider": "^12.1.0",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.3.0",
"quill": "^1.3.7",
"sweetalert2": "^7.29.2",
"v-money": "^0.8.1",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.0",
"vue-clipboard2": "^0.3.1",
"vue-flatpickr-component": "^8.1.3",
"vue-router": "^3.1.3",
"vue2-transitions": "^0.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-prettier": "^4.0.1",
"axios": "^0.18.1",
"babel-plugin-component": "^1.1.0",
"bootstrap": "^4.0.0",
"cross-env": "^5.2.1",
"jquery": "^3.4.1",
"laravel-mix": "^4.1.4",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.22.12",
"sass-loader": "^7.3.1",
"vue": "^2.5.17",
"vue-loading-overlay": "^3.2.0",
"vue-template-compiler": "^2.6.10",
"vue2-transitions": "^0.3.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"author": "Akaunting Inc <info@akaunting.com>",
"description": "Free Accounting Software"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/markgood/akaunting.git
git@gitee.com:markgood/akaunting.git
markgood
akaunting
akaunting
master

搜索帮助