12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "amazon-s3-find-and-forget-frontend",
- "version": "0.1.0",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/awslabs/amazon-s3-find-and-forget"
- },
- "dependencies": {
- "@aws-amplify/ui-components": "^1.9.6",
- "@aws-amplify/ui-react": "^2.3.0",
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^12.1.2",
- "@testing-library/user-event": "^13.5.0",
- "aws-amplify": "^4.3.26",
- "bootstrap": "^4.6.1",
- "react": "^17.0.2",
- "react-bootstrap": "^1.6.4",
- "react-dom": "^17.0.2",
- "react-json-view": "^1.21.3",
- "react-scripts": "^5.0.1"
- },
- "scripts": {
- "build": "REACT_APP_REPO_URL=$npm_package_repository_url SKIP_PREFLIGHT_CHECK=true react-scripts build",
- "dev": "SKIP_PREFLIGHT_CHECK=true react-scripts test",
- "eject": "react-scripts eject",
- "package": "cd build && zip -r ../../frontend.zip . -x *settings.js",
- "start": "HTTPS=true SKIP_PREFLIGHT_CHECK=true REACT_APP_REPO_URL=$npm_package_repository_url react-scripts start",
- "test": "CI=true SKIP_PREFLIGHT_CHECK=true react-scripts test"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
- }
|