@mobileaction/ui-modules
Version:
Mobile Action common modules for Vue projects
106 lines (105 loc) • 3.31 kB
JSON
{
"name": "@mobileaction/ui-modules",
"version": "3.5.0",
"description": "Mobile Action common modules for Vue projects",
"author": "info@mobileaction.co",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:test-site": "vue-cli-service build",
"build:webpack": "vue-cli-service build --target lib --name ui-modules packages/main/src/ui-modules/index.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:report": "export RPATH=../../reports/eslint; mkdir -p $RPATH && yarn lint -f junit > $RPATH/main.xml",
"dev": "vue-cli-service serve",
"test": "yarn build && yarn test:unit",
"test:unit": "vue-cli-service test:unit --ci --runInBand --reporters=default --reporters=jest-junit"
},
"main": "dist/plugins.cjs.js",
"module": "dist/plugins.esm.js",
"files": [
"dist",
"src/ui-modules",
"src/components",
"src/webpack"
],
"dependencies": {
"axios": "^1.3.4",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"schema-utils": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.19.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-replace": "^3.0.0",
"@vue/babel-preset-app": "^4.3.1",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/compiler-sfc": "^3.2.24",
"@vue/test-utils": "^2.3.0",
"@vue/vue3-jest": "^29.2.3",
"ant-design-vue": "^3.2.15",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^8.2.0",
"jest-junit": "^13.0.0",
"jsdom-global": "^3.0.2",
"postcss": "^8.4.4",
"rollup": "^2.60.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.47"
},
"peerDependencies": {
"webpack": "^5"
},
"eslintConfig": {
"extends": [
"@mobileaction"
],
"settings": {
"webpack/resolver": {
"config": "../../@vue/cli-service/webpack.config.js"
}
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 8"
],
"bugs": {
"url": "https://github.com/mobileaction/ui-modules/issues"
},
"gitHead": "4c765a2f2e631928d717f643b0509535059f130a",
"homepage": "https://github.com/mobileaction/ui-modules#readme",
"jest-junit": {
"outputFile": "./reports/jest/results.xml",
"coverage": true
},
"keywords": [
"vue",
"js",
"vuejs",
"plugin",
"logger",
"intercom"
],
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/mobileaction/ui-modules.git"
}
}