mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-04 16:18:44 +00:00
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "@tsdaodao/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.1.0",
|
|
"@tsdaodao/base": "*",
|
|
"@tsdaodao/contacts": "*",
|
|
"@tsdaodao/datasource": "*",
|
|
"@tsdaodao/login": "*",
|
|
"@types/react-lazyload": "^3.2.0",
|
|
"@types/react-mentions": "^4.1.5",
|
|
"@types/react-virtualized": "^9.21.22",
|
|
"classnames": "^2.3.1",
|
|
"react": "^17.0.2",
|
|
"react-app-rewired": "^2.1.8",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-mentions": "^4.3.1",
|
|
"react-virtualized": "^9.22.5",
|
|
"react-virtuoso": "^4.5.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "1.1.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.0",
|
|
"cross-env": "^7.0.3",
|
|
"customize-cra": "^1.0.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"postcss-normalize": "^10.0.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "5.0.0",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"typescript": "~3.7.2",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env BROWSER=none REACT_APP_VERSION=$npm_package_version react-app-rewired start",
|
|
"dev": "cross-env MODE=dev BROWSER=none REACT_APP_VERSION=$npm_package_version react-app-rewired start",
|
|
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-app-rewired build",
|
|
"build:analyzer": "cross-env ANALYZER=true REACT_APP_VERSION=$npm_package_version react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-app-rewired eject",
|
|
"tauri": "tauri"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|