{ "name": "prompt_editor_demo", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@material-ui/core": "^4.12.4", "@mui/icons-material": "^5.15.10", "@mui/lab": "5.0.0-alpha.166", "@mui/material": "^5.15.10", "@mui/x-data-grid": "^6.19.5", "@nano-sql/core": "^2.3.7", "@nanostores/react": "^0.7.2", "@reduxjs/toolkit": "^2.2.1", "@testing-library/dom": "^9.3.4", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/node": "^16.18.82", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", "jest-environment-jsdom": "27.4.6", "masonry": "link:@mui/lab/masonry", "nanostores": "^0.10.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-redux": "^9.1.0", "react-scripts": "5.0.1", "react-sortablejs": "^6.1.4", "sortable": "^2.0.0", "sortablejs": "^1.15.2", "typescript": "^4.9.5", "uuid": "^9.0.1", "vite": "^5.1.4", "web-vitals": "^2.1.4" }, "browser": { "crypto": false }, "resolutions": { "jest-environment-jsdom": "27.4.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^4.2.4", "@types/jest": "^27.5.2", "@types/sortablejs": "^1.15.8", "@types/uuid": "^9.0.8", "jest-without-globals": "^0.0.3" }, "jest": { "transformIgnorePatterns": [ "!node_modules/" ] } }