1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
react-component-form/example/package.json
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"
}
}