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
506 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",
"build": "parcel build index.html --public-url '/react-component-form/'"
2020-08-04 16:22:31 +02:00
},
2021-06-17 18:48:19 +02:00
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom/profiling"
2020-08-04 16:22:31 +02:00
},
"devDependencies": {
2021-06-17 18:48:19 +02:00
"@parcel/transformer-image": "2.0.0-beta.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"parcel": "2.0.0-beta.2",
"typescript": "4.3.3"
2020-08-04 16:22:31 +02:00
}
}