{ "name": "example", "type": "module", "private": true, "scripts": { "start": "parcel index.html", "build": "parcel build index.html --public-url \"/react-component-form/\"" }, "dependencies": { "react": "file:../node_modules/react", "react-dom": "file:../node_modules/react-dom", "react-component-form": "file:.." }, "devDependencies": { "@parcel/transformer-image": "2.4.1", "@types/react": "17.0.43", "@types/react-dom": "17.0.14", "parcel": "2.4.1", "typescript": "4.6.3" } }