{ "name": "react-play", "version": "1.0.0", "private": true, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.1.0", "@giscus/react": "^2.3.0", "@mui/icons-material": "^5.14.13", "@mui/joy": "5.0.0-beta.10", "@mui/material": "^5.14.13", "@mui/styles": "^5.14.13", "@nhost/react": "^0.9.2", "@reduxjs/toolkit": "^1.9.7", "@tensorflow-models/coco-ssd": "^2.2.3", "@tensorflow/tfjs": "^4.11.0", "add": "^2.0.6", "axios": "^1.5.1", "browser-image-compression": "^2.0.2", "classnames": "^2.3.2", "codemirror": "^5.65.15", "date-fns": "^2.30.0", "dom-to-image": "^2.6.0", "dompurify": "^3.0.6", "downloadjs": "^1.4.7", "file-saver": "^2.0.5", "firebase": "9.9.0", "git-repo-api": "^0.0.17", "graphql": "^16.8.1", "highlight.js": "^11.9.0", "html-to-image": "^1.11.11", "html2canvas": "^1.4.1", "json-graphql-parser": "^0.1.9", "jspdf": "^2.5.1", "leaflet": "^1.9.4", "lodash": "^4.17.21", "lodash.memoize": "^4.1.2", "mathjs": "^11.11.2", "node-sass": "^8.0.0", "p5": "^1.7.0", "react": "^18.2.0", "react-codemirror2": "^7.3.0", "react-color": "^2.19.3", "react-confetti": "^6.1.0", "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", "react-helmet": "^6.1.0", "react-hot-toast": "^2.4.1", "react-icons": "^4.8.0", "react-infinite-scroll-component": "^6.1.0", "react-infinite-scroll-hook": "^4.1.1", "react-infinite-scroller": "^1.2.6", "react-leaflet": "^4.2.1", "react-loader-spinner": "~5.1.5", "react-organizational-chart": "^2.2.1", "react-p5": "^1.4.1", "react-qr-code": "^2.0.12", "react-redux": "^8.1.3", "react-router-dom": "^6.16.0", "react-scripts": "5.0.0", "react-shimmer-effect": "^1.0.9", "react-simple-maps": "^2.3.0", "react-toastify": "^9.1.3", "react-twitter-widgets": "^1.11.0", "react-webcam": "^7.1.1", "redux": "^4.2.1", "redux-persist": "^6.0.0", "remarkable": "^2.0.1", "reselect": "^4.1.8", "styled-components": "^6.1.0", "swiper": "^9.4.1", "url": "^0.11.3", "web-vitals": "^2.1.4", "workbox-cacheable-response": "^6.5.4", "workbox-core": "^7.0.0", "workbox-expiration": "^7.0.0", "workbox-precaching": "^7.0.0", "workbox-routing": "^7.0.0", "workbox-strategies": "^7.0.0", "workbox-window": "^7.0.0" }, "scripts": { "start:nolint": "npx --yes create-react-play@latest -p && react-scripts start", "start": "npx --yes create-react-play@latest -p && npm run lint && react-scripts start", "build": "npx --yes create-react-play@latest -p && react-scripts build", "snap": "react-snap", "test": "react-scripts test", "eject": "react-scripts eject", "cypress:open": "cypress open", "cypress:run": "cypress run", "lint": "eslint src/**/*.{js,jsx,ts,tsx}", "lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx}", "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,css,scss,md}\" --config ./.prettierrc", "prepare": "husky install", "pre-commit": "lint-staged" }, "lint-staged": { "*.+(js|jsx|ts|tsx)": [ "eslint --fix", "prettier --write" ] }, "reactSnap": { "puppeteerArgs": [ "--no-sandbox", "--disable-setuid-sandbox" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/plugin-transform-private-property-in-object": "^7.22.11", "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@types/dompurify": "^3.0.3", "@types/lodash": "^4.14.199", "@types/node": "^20.8.6", "@types/p5": "^1.7.0", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", "@typescript-eslint/eslint-plugin": "6.4.0", "@typescript-eslint/parser": "^6.7.5", "autoprefixer": "^10.4.16", "cypress": "^10.11.0", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^39.1.1", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.2.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "lint-staged": "^13.3.0", "postcss": "^8.4.31", "postcss-import": "^15.1.0", "prettier": "^3.0.3", "puppeteer": "^21.3.8", "react-snap": "^1.23.0", "tailwind-scrollbar": "^2.1.0", "tailwindcss": "^3.3.3", "typescript": "^5.2.2" } }