mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-12 06:15:45 +08:00
* Add support to x vversion from npm * Add support to x vversion from npm * Add support to x vversion from npm * Add documentation for current repository
38 lines
836 B
JSON
38 lines
836 B
JSON
{
|
|
"name": "adempiere-vue",
|
|
"version": "2.0.0",
|
|
"description": "adempiere-vue have all related to documentation of ADempiere Vue Client",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "vuepress dev",
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build",
|
|
"precommit": "lint-staged",
|
|
"lint": "prettier --write '**/*.md'"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,json,css,md,vue}": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true
|
|
},
|
|
"author": "PanJiaChen",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prettier": "1.14.2",
|
|
"vuepress": "0.14.9",
|
|
"husky": "0.14.3",
|
|
"lint-staged": "7.2.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": ">=0.21.1",
|
|
"blockadblock": "3.2.1",
|
|
"sweetalert2": "9.10.9",
|
|
"webpack-dev-middleware": "3.6.0"
|
|
}
|
|
}
|