mirror of
https://github.com/facebook/react.git
synced 2026-02-26 05:05:06 +00:00
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"name": "react-forget-runtime",
|
|
"version": "0.0.1",
|
|
"description": "Runtime for React Forget",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"react": "^18.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo 'no tests'"
|
|
}
|
|
}
|