nexus-react-core
Version:
A comprehensive React toolkit with services, hooks, and Redux store management
83 lines (82 loc) • 2.21 kB
JSON
{
"name": "nexus-react-core",
"version": "1.0.10",
"description": "A comprehensive React toolkit with services, hooks, and Redux store management",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "rimraf tsconfig.tsbuildinfo && tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "jest",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"keywords": [
"react",
"redux",
"hooks",
"typescript",
"nextjs",
"react-toolkit",
"state-management",
"api-client",
"utilities"
],
"author": {
"name": "Talha Rauf",
"email": "talharauf.bsee@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"@reduxjs/toolkit": "^2.6.1",
"@tensorflow-models/blazeface": "^0.1.0",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"axios": "^1.10.0",
"next": ">=14.0.0",
"react": "^19.0.0",
"react-redux": "^9.2.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@types/axios": "^0.14.4",
"@types/long": "^5.0.0",
"@types/node": "^20.0.0",
"@types/offscreencanvas": "^2019.7.3",
"@types/react": "^19.1.8",
"@types/react-redux": "^7.1.34",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"axios": "^1.10.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"react": "^19.1.0",
"react-redux": "^9.2.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/talha-rauf-sl/dgn-shared.git"
},
"bugs": {
"url": "https://github.com/talha-rauf-sl/dgn-shared/issues"
},
"homepage": "https://github.com/talha-rauf-sl/dgn-shared#readme",
"support": {
"email": "talharauf.bsee@gmail.com"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vladmandic/face-api": "^1.7.15"
}
}