snort/packages/system-react/package.json

27 lines
551 B
JSON
Raw Normal View History

2023-06-16 19:31:33 +00:00
{
"name": "@snort/system-react",
2023-09-15 11:48:55 +00:00
"version": "1.0.15",
2023-06-16 19:31:33 +00:00
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
2023-09-15 10:10:52 +00:00
"license": "MIT",
2023-06-16 19:31:33 +00:00
"scripts": {
2023-06-20 13:48:14 +00:00
"build": "rm -rf dist && tsc"
2023-06-16 19:31:33 +00:00
},
"files": [
"src",
"dist"
],
"dependencies": {
2023-09-15 10:10:52 +00:00
"@snort/shared": "^1.0.6",
2023-09-15 11:48:55 +00:00
"@snort/system": "^1.0.21",
2023-08-24 14:37:19 +00:00
"react": "^18.2.0"
2023-08-24 14:25:54 +00:00
},
2023-07-13 21:44:26 +00:00
"devDependencies": {
"@types/react": "^18.2.14",
"typescript": "^5.2.2"
2023-06-16 19:31:33 +00:00
}
2023-07-22 18:37:46 +00:00
}