next-slicezone
Version:
A component that maps other components to Prismic slices
68 lines (67 loc) • 1.94 kB
JSON
{
"name": "next-slicezone",
"version": "0.2.6",
"description": "A component that maps other components to Prismic slices",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn build && yarn test",
"lint": "eslint --ext .js,.jsx .",
"audit": "better-npm-audit audit -l high -p",
"audit-fix": "npm audit fix",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismicio/sm-commons.git"
},
"keywords": [
"Reactjs",
"Prismic",
"slices"
],
"author": "Hugo Villain",
"license": "ISC",
"bugs": {
"url": "https://github.com/prismicio/sm-commons/issues"
},
"homepage": "https://github.com/prismicio/sm-commons#readme",
"gitHead": "ec6f9cd625377d9badfc3925c59edc66b58462bf",
"dependencies": {
"slash": "^3.0.0",
"sm-commons": "0.1.6"
},
"peerDependencies": {
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"resolutions": {
"sm-commons/**/trim-newlines": ">=3.0.1 <4.0.0 || >=4.0.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"better-npm-audit": "^3.4.0",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.0.4",
"memfs": "^3.2.2",
"react": ">=16.14.0",
"react-dom": ">=16.14.0",
"rollup": "^2.55.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"unionfs": "^4.4.0"
}
}