This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
2021-06-17 18:48:19 +02:00

21 lines
468 B
JSON

{
"name": "example",
"version": "1.0.0",
"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": {
"@parcel/transformer-image": "2.0.0-beta.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"parcel": "2.0.0-beta.2",
"typescript": "4.3.3"
}
}