dt-crud-x
Version:
基于d2-crud-x的自定义版本
62 lines (61 loc) • 1.53 kB
JSON
{
"name": "dt-crud-x",
"description": "基于d2-crud-x的自定义版本",
"version": "1.0.6",
"author": {
"name": "DOTATONG",
"url": "https://dotatong.cn",
"github": "https://github.com/DOTATONG"
},
"homepage": "https://dotatong.cn",
"license": "MIT",
"private": false,
"main": "dist/dt-crud-x.umd.js",
"repository": {
"type": "git",
"url": "https://gitee.com/DOTATONG/dt-crud-x.git"
},
"keywords": [
"vue",
"table",
"element",
"d2-crud",
"d2-crud-x",
"d2-projects"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report --target lib ./src/index.js",
"lint": "vue-cli-service lint",
"build:lib": "vue-cli-service build --report --target lib ./src/index.js",
"analyze": "cross-env NODE_ENV=production NODE_ENV.env.BUILD_ANALYZE=true npm_config_report=true npm run build:lib"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.5.0",
"lodash.set": "^4.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.1.0",
"core-js": "^2.6.5",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}