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

21 lines
502 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",
2022-02-19 17:18:13 +01:00
"build": "parcel build index.html --public-url \"/react-component-form/\""
2020-08-04 16:22:31 +02:00
},
2021-06-17 19:17:34 +02:00
"dependencies": {
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom"
2020-08-04 16:22:31 +02:00
},
"devDependencies": {
2022-02-19 17:18:13 +01:00
"@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"
2020-08-04 16:22:31 +02:00
}
}