snort/packages/system-react/package.json

28 lines
578 B
JSON
Raw Normal View History

2023-06-16 19:31:33 +00:00
{
"name": "@snort/system-react",
2023-12-07 21:55:30 +00:00
"version": "1.1.8",
2023-06-16 19:31:33 +00:00
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
2023-06-16 19:31:33 +00:00
"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-11-26 17:55:55 +00:00
"@snort/shared": "^1.0.10",
2023-12-07 21:55:30 +00:00
"@snort/system": "^1.1.8",
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
}