UNPKG

enoad-component-web

Version:

针对web端的控件

102 lines (101 loc) 2.88 kB
{ "name": "enoad-component-web", "version": "2.2.2", "description": "针对web端的控件", "main": "init.js", "scripts": { "clean": "rm -rf dist && mkdir dist", "build": "yarn clean && yarn tsc && babel src --out-dir dist", "fis": "sh publish.sh" }, "keywords": [ "React", "Web", "SpringMVC" ], "author": "darlyyuhui@hotmail.com", "license": "ISC", "dependencies": { "@babel/preset-env": "^7.15.8", "@types/lodash": "^4.14.178", "@types/react-dates": "^21.8.3", "@types/react-dom": "^17.0.9", "antd": "^4.9.4", "axios": "0.21.0", "bootstrap-select": "^1.13.18", "echarts": "^5.2.0", "js-export-excel": "^1.1.4", "jshint": "^2.13.1", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^17.0.2", "react-dom": "^17.0.2", "styled-components": "^5.2.3", "tslib": "^2.3.1", "typescript": "^4.4.2", "xlsx": "^0.17.4" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/preset-typescript": "^7.10.4", "@babel/runtime": "^7.12.5", "@testing-library/react": "11.2.5", "@typescript-eslint/eslint-plugin": "^4.1.1", "@typescript-eslint/parser": "^4.1.1", "axios-mock-adapter": "^1.19.0", "babel-loader": "^8.1.0", "babel-plugin-import": "^1.13.0", "cross-env": "^7.0.2", "css": "^3.0.0", "css-loader": "^4.2.1", "customize-cra": "^1.0.0", "eslint": "^7.20.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "fis-parser-less": "^0.1.3", "fis-parser-sass": "^1.0.2", "fis-parser-svgr": "^1.0.0", "fis3": "^3.4.44", "fis3-deploy-skip-packed": "0.0.5", "fis3-hook-commonjs": "^0.1.31", "fis3-hook-node_modules": "^2.3.1", "fis3-hook-relative": "^2.0.3", "fis3-packager-deps-pack": "^0.1.2", "fis3-parser-typescript": "^1.3.0", "fis3-postpackager-loader": "^2.1.12", "fis3-prepackager-stand-alone-pack": "^1.0.0", "fis3-preprocessor-js-require-css": "^0.1.3", "fis3-preprocessor-json2js": "^1.0.0", "fs-extra": "^9.0.1", "jest": "^26.6.3", "jest-css-modules": "2.1.0", "jest-mock-axios": "4.2.1", "jest-styled-components": "^7.0.3", "mini-css-extract-plugin": "^1.2.1", "patch-package": "^6.2.2", "postinstall-postinstall": "^2.1.0", "prettier": "^2.1.2", "progress-bar-webpack-plugin": "^2.1.0", "react-app-rewire-postcss": "^3.0.2", "sass": "^1.32.4", "style-loader": "^1.2.1", "ts-import-plugin": "^1.6.6", "ts-jest": "^26.5.0", "webpack-bundle-analyzer": "^3.8.0" }, "babel": { "presets": [ "@babel/preset-env" ], "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ] ] } }