UNPKG

monoreact

Version:
21 lines (20 loc) 447 B
{ "name": "example", "version": "0.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "parcel index.html", "build": "parcel build index.html" }, "alias": { "react": "../../../node_modules/react", "react-dom": "../../../node_modules/react-dom/profiling" }, "devDependencies": { "@types/react": "17.0.45", "@types/react-dom": "17.0.17", "parcel": "2.6.0", "typescript": "4.7.3" } }