mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
22 lines
537 B
JSON
22 lines
537 B
JSON
{
|
|
"name": "example",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "parcel index.html",
|
|
"build": "parcel build index.html --public-url \"/react-component-form/\""
|
|
},
|
|
"dependencies": {
|
|
"react": "file:../node_modules/react",
|
|
"react-dom": "file:../node_modules/react-dom",
|
|
"react-component-form": "file:.."
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-image": "2.7.0",
|
|
"@types/react": "18.0.17",
|
|
"@types/react-dom": "18.0.6",
|
|
"parcel": "2.7.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|