2020-08-04 16:22:31 +02:00
|
|
|
{
|
2021-06-17 18:48:19 +02:00
|
|
|
"name": "example",
|
2022-04-06 23:52:50 +02:00
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
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",
|
2022-08-26 00:30:54 +02:00
|
|
|
"react-component-form": "file:..",
|
|
|
|
"react-dom": "file:../node_modules/react-dom"
|
2020-08-04 16:22:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-25 22:51:40 +02:00
|
|
|
"@parcel/transformer-image": "2.7.0",
|
|
|
|
"@types/react": "18.0.17",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"parcel": "2.7.0",
|
2022-08-26 00:30:54 +02:00
|
|
|
"process": "^0.11.10",
|
2022-08-25 22:51:40 +02:00
|
|
|
"typescript": "4.7.4"
|
2020-08-04 16:22:31 +02:00
|
|
|
}
|
|
|
|
}
|