snort/packages/system-react/package.json

27 lines
564 B
JSON
Raw Normal View History

2023-06-16 19:31:33 +00:00
{
"name": "@snort/system-react",
2023-07-06 14:00:28 +00:00
"version": "1.0.11",
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",
"license": "GPL-3.0-or-later",
"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-07-13 21:44:26 +00:00
"@snort/shared": "^1.0.4",
2023-07-06 14:00:28 +00:00
"@snort/system": "^1.0.16",
2023-07-13 21:44:26 +00:00
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"typescript": "^5.1.6"
2023-06-16 19:31:33 +00:00
}
2023-07-22 18:37:46 +00:00
}