UNPKG

antd-custom-tpl

Version:
129 lines (128 loc) 3.81 kB
{ "name": "antd-custom", "version": "0.0.1", "description": "", "repository": { "type": "git", "url": "git+https://github.com/ctq123/antd-custom.git" }, "main": "dist/main.js", "scripts": { "lint": "./node_modules/standard/bin/cmd.js", "start": "npm run local", "local": "webpack-dev-server --mode development --port 3001", "build:dev": "webpack --mode production", "build:test": "webpack --mode production", "build:pre": "webpack --mode production", "build:prod": "webpack --mode production" }, "eslintConfig": { "extends": "react-app" }, "pre-commit": [ "lint" ], "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "dependencies": { "@lingui/macro": "^2.8.3", "@lingui/react": "^2.8.3", "@loadable/component": "^5.10.3", "ant-virtual-table": "^0.1.8", "antd": "^3.24.3", "autoprefixer": "9.3.1", "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.9.0", "bizcharts": "^3.5.5", "cf-mock-server": "^1.0.14", "enzyme": "3.1.0", "enzyme-adapter-react-16": "1.0.2", "intl": "^1.2.5", "lodash": "^4.17.15", "moment": "^2.24.0", "os": "^0.1.1", "react-intl": "^3.3.2", "react-redux": "^7.1.1", "react-router": "^5.0.1", "react-router-dom": "^5.0.1", "redux": "^4.0.4", "redux-actions": "^2.6.5", "redux-saga": "^1.1.1", "standard": "^12.0.1", "xlsx": "^0.15.1" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.4.2", "babel-upgrade": "^1.0.1", "jest": "21.2.1", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.0", "babel-plugin-import": "1.9.1", "css-loader": "1.0.0", "clean-webpack-plugin": "^1.0.0", "copy-webpack-plugin": "^4.6.0", "extract-text-webpack-plugin": "4.0.0-beta.0", "less": "3.8.1", "less-loader": "4.1.0", "postcss-loader": "3.0.0", "happypack": "^5.0.1", "html-webpack-plugin": "^4.0.0-beta.8", "style-loader": "0.23.1", "uglifyjs-webpack-plugin": "^2.1.3", "url-loader": "^1.1.2", "mini-css-extract-plugin": "0.4.5", "progress-bar-webpack-plugin": "^1.11.0", "file-loader": "2.0.0", "git-repo-info": "^2.1.0", "webpack": "^4.26.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.11" }, "standard": { "globals": [ "HOST", "RELEASE" ], "ignore": [ "*.min.js", "*.test.js", "node_modules/**" ], "parser": "babel-eslint", "validate": [ "javascript", "javascriptreact" ] }, "keywords": [ "generator-antd-custom" ] }