mirror of
https://github.com/samuelcolvin/FastUI.git
synced 2023-12-01 22:22:11 +03:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"name": "fastui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"typewatch": "tsc --noEmit --watch"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|