{ "name": "react-package", "scripts": { "start": "PORT=4321 parcel index.html && parcel watch index.html", "build": "parcel build index.html --public-url ./ --no-scope-hoist", "ssr": "node server/index.js" }, "dependencies": { "@babel/preset-react": "^7.18.6", "@babel/register": "^7.21.0", "compression": "^1.7.4", "dynamic-react-grid": "^0.2.0", "express": "^4.18.2", "hamburger-react": "^2.5.0", "ignore-styles": "^5.0.1", "kill-port": "^2.0.1", "ngrok": "^4.3.3", "react": "18.2.0", "react-dom": "^18.2.0", "react-router-dom": "6.10.0", "typewriter-effect": "^2.19.0" }, "devDependencies": { "@babel/preset-env": "^7.21.4", "assert": "^2.0.0", "browserify-zlib": "^0.2.0", "browserslist": "4.21.5", "buffer": "^5.7.1", "compression-webpack-plugin": "^10.0.0", "crypto-browserify": "^3.12.0", "parcel": "2.8.3", "parcel-reporter-static-files-copy": "1.5.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "punycode": "^1.4.1", "querystring-es3": "^0.2.1", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0", "url": "^0.11.0", "util": "^0.12.5" } }