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.

21 lines
468 B
JSON
Raw Normal View History

2020-08-04 16:22:31 +02:00
{
2021-06-17 18:48:19 +02:00
"name": "example",
"version": "1.0.0",
"license": "MIT",
2020-08-04 16:22:31 +02:00
"scripts": {
2021-06-17 18:48:19 +02:00
"start": "parcel index.html",
"build": "parcel build index.html"
2020-08-04 16:22:31 +02:00
},
2021-06-17 18:48:19 +02:00
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom/profiling"
2020-08-04 16:22:31 +02:00
},
"devDependencies": {
2021-06-17 18:48:19 +02:00
"@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"
2020-08-04 16:22:31 +02:00
}
}