UNPKG

nosto-react-p2u

Version:

Forked repository to add custom logic to @nosto/nosto-react

73 lines (72 loc) 1.97 kB
{ "name": "nosto-react-p2u", "description": "Forked repository to add custom logic to @nosto/nosto-react", "version": "2.2.2", "author": "Peter Kincses", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/peterkincses/nosto-react-p2u/.git" }, "keywords": [ "nosto", "personalisation" ], "scripts": { "dev": "vite", "build": "tsc && npm run lint && vite build && npm run typedoc", "preview": "vite preview", "prepare": "vite build", "typecheck": "tsc", "lint": "eslint 'src/**/*.{ts,tsx}' --cache", "clean": "rimraf dist", "prettier": "prettier '{src,spec}/**' --list-different", "prettier:fix": "prettier '{src,spec}/**' --write", "test": "vitest run --silent", "test-loud": "vitest run", "typedoc": "typedoc src/index.ts" }, "files": [ "dist", "src" ], "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "@nosto/nosto-js": "*" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.4.3", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/user-event": "^4.1.1", "@vitejs/plugin-react": "^4.3.1", "eslint": "^9.13.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.33.2", "prettier": "^3.3.3", "react-router": "^6.25.1", "react-router-dom": "^6.25.1", "rimraf": "^6.0.1", "typedoc": "^0.26.7", "typescript": "^5.6.3", "typescript-eslint": "^8.13.0", "vite": "^5.2.10", "vite-plugin-dts": "^4.2.2", "vitest": "^2.0.5" }, "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "bugs": { "url": "https://github.com/peterkincses/nosto-react-p2u/issues" } }