{ "name": "fixer_app", "version": "1.0.0", "description": "", "private": true, "scripts": { "start": "parcel index.html", "build": "parcel build index.html && npm run --silent replace:cfg && npm run --silent replace:img", "replace:cfg": "shx sed -i 's/window.CFGMOCK/{{cfg|tojson}}/' dist/index.html", "replace:img": "shx sed -i 's/window.IMGMOCK/{{image|tojson}}/' dist/index.html" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "parcel": "^2.8.3", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "shx": "^0.3.4" } }