nancal-utils-plugin
Version:
JavaScript 函数库、工具类
99 lines (98 loc) • 2.77 kB
JSON
{
"name": "nancal-utils-plugin",
"version": "1.0.0",
"description": "JavaScript 函数库、工具类",
"main": "dist/nancal-utils.umd.js",
"unpkg": "dist/nancal-utils.umd.js",
"jsdelivr": "dist/nancal-utils.umd.js",
"typings": "index.d.ts",
"scripts": {
"update": "npm install --legacy-peer-deps",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "gulp build",
"format": "eslint --fix dist/*.ts",
"test": "npm run lib && jest",
"rollup": "rollup -c"
},
"devDependencies": {
"@babel/eslint-parser": "^7.27.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^9.1.0",
"core-js": "^3.8.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^8.7.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"markdown-doctest": "^1.1.0",
"rollup": "^4.38.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.86.1",
"sass-loader": "^16.0.5",
"typescript": "~4.5.5",
"vue": "^2.6.14",
"vue-loader": "^17.4.2",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.4.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.nancalcloud.com/nancal-design-dev/nancal-utils-plugin"
},
"keywords": [
"utils",
"js-util",
"js-tool",
"xe-utils",
"tools"
],
"author": {
"name": "wangzy",
"email": "wangzy1@nancal.com"
},
"bugs": {
"url": "https://gitlab.nancalcloud.com/nancal-design-dev/nancal-utils-plugin/-/issues"
},
"files": [
"dist",
"package.json"
],
"homepage": "https://gitlab.nancalcloud.com/nancal-design-dev/nancal-utils-plugin",
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}