@snort/system-react package

This commit is contained in:
2023-06-16 20:31:33 +01:00
parent 28052e98b9
commit 939084167a
47 changed files with 334 additions and 122 deletions

View File

@ -0,0 +1,23 @@
{
"name": "@snort/system-react",
"version": "1.0.0",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"build": "tsc"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@snort/system": "",
"@snort/shared": "",
"react": "^18.2.0"
}
}