You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.2 KiB
71 lines
2.2 KiB
6 months ago
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "cross-env umi dev",
|
||
|
"build:prod": "cross-env UMI_ENV=prod umi build",
|
||
|
"build:dev": "cross-env UMI_ENV=dev umi build",
|
||
|
"build:pre": "cross-env UMI_ENV=pre umi build",
|
||
|
"build:uat": "cross-env UMI_ENV=uat umi build",
|
||
|
"build:analyze": "cross-env UMI_ENV=prod ANALYZE=1 umi build",
|
||
|
"postinstall": "cross-env umi generate tmp",
|
||
|
"lint": "umi-lint --eslint src/",
|
||
|
"lint-fix": "eslint --fix src/**/*.{js,jsx}",
|
||
|
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
|
||
|
"test": "cross-env umi-test",
|
||
|
"test:coverage": "cross-env umi-test --coverage"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ahooks": "^2.10.6",
|
||
|
"animate.css": "^4.1.1",
|
||
|
"antd-mobile": "^5.32.4",
|
||
|
"axios": "^0.21.1",
|
||
|
"canvas2image": "^1.0.5",
|
||
|
"js-storage": "^1.1.0",
|
||
|
"lodash": "^4.17.21",
|
||
|
"moment": "^2.29.1",
|
||
|
"popmotion": "^9.4.0",
|
||
|
"postcss-plugin-px2rem": "^0.8.1",
|
||
|
"postcss-px-to-viewport": "^1.1.1",
|
||
|
"postcss-pxtorem": "^6.0.0",
|
||
|
"qrcode.react": "^1.0.1",
|
||
|
"rc-queue-anim": "^1.8.5",
|
||
|
"react-activation": "^0.9.7",
|
||
|
"react-copy-to-clipboard": "^5.1.0",
|
||
|
"react-photo-view": "^0.5.7",
|
||
|
"react-player": "^2.9.0",
|
||
|
"react-scrollable-anchor": "^0.6.1",
|
||
|
"react-social-login-buttons": "^3.9.1",
|
||
|
"react-sticky": "^6.0.3",
|
||
|
"react-transition-group": "^4.4.2",
|
||
|
"react-virtualized": "^9.22.3",
|
||
|
"reactjs-social-login": "^2.6.3",
|
||
|
"scroll-into-view-if-needed": "^2.2.28",
|
||
|
"stylefire": "^7.0.3",
|
||
|
"umi": "^3.5.0",
|
||
|
"umi-lint": "^2.0.2",
|
||
|
"umi-plugin-keep-alive": "^0.0.1-beta.29",
|
||
|
"use-deep-compare-effect": "^1.8.1",
|
||
|
"vconsole": "^3.12.0",
|
||
|
"video-react": "^0.14.1",
|
||
|
"video.js": "^7.15.4",
|
||
|
"xgplayer": "^2.31.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^17.0.0",
|
||
|
"@types/react-dom": "^17.0.0",
|
||
|
"@umijs/fabric": "^2.6.2",
|
||
|
"@umijs/plugin-sass": "^1.1.1",
|
||
|
"@umijs/preset-react": "1.x",
|
||
|
"@umijs/test": "^3.5.0",
|
||
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"eslint": "^7.11.0",
|
||
|
"file-loader": "^6.2.0",
|
||
|
"lint-staged": "^10.0.7",
|
||
|
"react": "17.x",
|
||
|
"react-dom": "17.x",
|
||
|
"stylelint": "^13.13.1",
|
||
|
"typescript": "^4.1.2"
|
||
|
}
|
||
|
}
|