UNPKG

next-nested-layout

Version:

Utility to create persistent and nested lay-outs in next-js (without the app-directory)

74 lines 2.13 kB
{ "name": "next-nested-layout", "version": "1.0.5", "main": "build/index.js", "module": "build/index.esm.js", "files": [ "build" ], "types": "build/index.d.ts", "description": "Utility to create persistent and nested lay-outs in next-js (without the app-directory)", "repository": { "type": "git", "url": "git+https://github.com/bigmistqke/next-nested-layout.git" }, "keywords": [ "Next", "React", "Component", "Library", "Layout", "Nested", "Persistent" ], "author": "bigmistqke", "license": "MIT", "bugs": { "url": "https://github.com/bigmistqke/next-nested-layout/issues" }, "homepage": "https://github.com/bigmistqke/next-nested-layout", "peerDependencies": { "next": "^13.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-react": "^7.16.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-typescript": "^8.3.0", "@storybook/react": "^6.4.4", "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^12.1.2", "@types/jest": "^27.0.3", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "babel-loader": "^8.2.3", "babel-preset-react-app": "^10.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.3", "next": "^13.2.3", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.60.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.31.1", "sass": "^1.53.0", "sass-loader": "^10.1.1", "ts-jest": "^27.0.7", "typescript": "^4.5.2" }, "scripts": { "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "predeploy": "npm run build-storybook", "deploy-storybook": "npm run build-storybook && pregh-pages -d storybook-static" } }