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
2022-02-19 17:18:13 +01:00

21 lines
502 B
JSON

{
"name": "example",
"version": "1.0.0",
"license": "MIT",
"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"
},
"devDependencies": {
"@parcel/transformer-image": "2.3.2",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"parcel": "2.3.2",
"typescript": "4.5.5"
}
}