mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
686b5643b3
BREAKING CHANGE: This package is now pure ESM
22 lines
538 B
JSON
22 lines
538 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.4.1",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"parcel": "2.4.1",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|