{ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "word_grid": "file:../pkg" }, "devDependencies": { "@parcel/transformer-less": "^2.9.3", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", "parcel": "^2.9.3", "process": "^0.11.10" }, "scripts": { "start": "parcel src/index.html", "build": "parcel build --public-url ./ src/index.html" } }