{ "name": "blyss-private-valentines", "version": "1.0.0", "description": "", "type": "module", "keywords": [], "main": "src/index.tsx", "dependencies": { "react": "18.0.0", "react-dom": "18.0.0", "react-scripts": "5.0.1" }, "devDependencies": { "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "typescript": "4.4.2" }, "scripts": { "start": "PORT=3010 BROWSER=none react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "browserslist": { "production": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }