1 Star 0 Fork 274

晴天蜗牛/react-admin

forked from sxfad/react-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 7.47 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-admin",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build:pre": "PUBLIC_URL=/react-admin-live yarn build",
"test": "node scripts/test.js"
},
"dependencies": {
"@babel/core": "7.1.6",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@svgr/webpack": "4.1.0",
"add": "^2.0.6",
"animate.css": "^3.7.0",
"antd": "^3.23.6",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.16.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-import": "^1.11.0",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-plugin-prismjs": "^1.1.1",
"babel-plugin-react-css-modules": "^5.0.0",
"babel-preset-react-app": "^7.0.0",
"bfj": "6.1.1",
"body-parser": "^1.18.3",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"chokidar": "^2.0.4",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"css-loader": "^2.1.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"dragact": "^0.2.12",
"echarts": "^4.2.0-rc.2",
"echarts-for-react": "^2.0.15-beta.0",
"ejs": "^2.6.1",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.6",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"file-loader": "2.0.0",
"flux-standard-action": "^2.0.3",
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
"fs-extra": "7.0.0",
"globby": "6.x",
"history": "^4.7.2",
"html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "3.0.0",
"immutability-helper": "^3.0.0",
"jest": "23.6.0",
"jest-pnp-resolver": "1.0.1",
"jest-resolve": "23.6.0",
"jszip": "^3.1.5",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"mini-css-extract-plugin": "0.4.3",
"mockjs": "^1.0.1-beta3",
"moment": "^2.24.0",
"mysql": "^2.16.0",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"path-to-regexp": "^3.0.0",
"pg": "^7.9.0",
"pluralize": "^7.0.0",
"pnp-webpack-plugin": "1.1.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-less": "^3.1.2",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.3.1",
"postcss-safe-parser": "4.0.1",
"prismjs": "^1.17.1",
"prop-types": "^15.6.2",
"pubsub-js": "^1.7.0",
"qs": "^6.6.0",
"react": "^16.8.6",
"react-ace": "^7.0.2",
"react-app-polyfill": "^0.2.0",
"react-beautiful-dnd": "^11.0.4",
"react-color": "^2.17.0",
"react-countup": "^4.0.0",
"react-dev-utils": "^7.0.1",
"react-dnd": "^9.0.1",
"react-dnd-html5-backend": "^9.0.0",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-highlight": "^0.12.0",
"react-loadable": "^5.5.0",
"react-markdown": "^4.0.6",
"react-redux": "^6.0.0",
"react-router-dom": "^5.1.2",
"react-sortable-hoc": "^1.5.3",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-thunk": "^2.3.0",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"terser-webpack-plugin": "1.1.0",
"url-loader": "1.1.1",
"uuid": "^3.3.2",
"webpack": "4.28.3",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3",
"yarn": "^1.17.3"
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"impliedStrict": true,
"ecmaFeatures": {
"jsx": true,
"impliedStrict": true,
"globalReturn": false,
"experimentalObjectRestSpread": true,
"legacyDecorators": true
}
},
"extends": "react-app",
"rules": {
"jsx-a11y/anchor-is-valid": 0
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"resolver": "jest-pnp-resolver",
"setupFiles": [
"react-app-polyfill/jsdom"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
]
},
"babel": {
"presets": [
"react-app"
],
"plugins": [
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"import",
{
"libraryName": "antd",
"libraryDirectory": "es",
"style": true
}
],
[
"react-css-modules",
{
"generateScopedName": "[local]-[hash:base64:5]",
"webpackHotModuleReloading": true,
"filetypes": {
".less": {
"syntax": "postcss-less"
}
},
"handleMissingStyleName": "throw"
}
],
[
"prismjs",
{
"languages": [
"javascript",
"jsx",
"css",
"html"
],
"plugins": [
"line-numbers",
"copy-to-clipboard",
"show-language"
],
"theme": "okaidia",
"css": true
}
]
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cuizhiyuan1/react-admin.git
git@gitee.com:cuizhiyuan1/react-admin.git
cuizhiyuan1
react-admin
react-admin
master

搜索帮助