UNPKG

sitecore-jss-rule-engine-nextjs

Version:

50 lines (49 loc) 1.29 kB
{ "name": "sitecore-jss-rule-engine-nextjs", "version": "0.2.1", "description": "", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:esm", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "build:babel": "babel src/lib --out-dir dist --copy-files", "release": "npm run build && npm version patch && npm publish" }, "keywords": [ "Sitecore", "NextJS", "XMCloud", "Sitecore", "JSS" ], "author": "Jack Spektor", "license": "ISC", "dependencies": { "@sitecore-jss/sitecore-jss-nextjs": "21.2.4", "memory-cache": "^0.2.0", "next": "~13.4.19", "react": "18.2.0", "react-dom": "18.2.0", "sitecore-jss-rule-engine": "^0.2.2" }, "peerDependencies": { "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@sitecore-jss/sitecore-jss-cli": "~21.2.0", "@sitecore-jss/sitecore-jss-dev-tools": "~21.2.0", "@types/memory-cache": "^0.2.5", "@types/react": "18.2.0", "@types/react-dom": "18.2.0", "typedoc": "^0.25.4" }, "resolutions": { "@types/react": "18.2.0", "@types/react-dom": "18.2.0" } }