learnlytics-go/templ/examples/integration-react/react/package.json

20 lines
380 B
JSON
Raw Normal View History

2025-03-20 12:35:13 +01:00
{
"name": "integration-react",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3"
}
}