{ "name": "signage", "version": "1.1.0", "private": true, "dependencies": { "@emotion/react": "^11.10.6", "@mantine/core": "^6.0.6", "@mantine/dropzone": "^6.0.17", "@mantine/ds": "^6.0.8", "@mantine/form": "^6.0.6", "@mantine/hooks": "^6.0.6", "@mantine/notifications": "^6.0.8", "@tabler/icons-react": "^2.16.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.3.5", "http-proxy-middleware": "^2.0.6", "moment": "^2.29.4", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-router-dom": "^6.10.0", "react-scripts": "5.0.1", "tabler-icons-react": "^1.56.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "PORT=3008 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }