UNPKG

next-dynamic-loading-props

Version:
51 lines (50 loc) 1.43 kB
{ "name": "next-dynamic-loading-props", "version": "0.1.1", "description": "Pass props to the loading components in next/dynamic", "source": "src/index.tsx", "main": "dist/next-dynamic-loading-props.js", "module": "dist/next-dynamic-loading-props.module.js", "unpkg": "dist/next-dynamic-loading-props.umd.js", "types": "dist/index.d.ts", "scripts": { "next:dev": "next dev", "next:build": "next build", "next:start": "next start", "build": "microbundle --jsx React.createElement --globals react=React", "build:all": "npm run build && npm run next:build", "cypress:open": "cypress open", "cypress:run": "cypress run" }, "repository": { "type": "git", "url": "git+https://github.com/kevin940726/next-dynamic-loading-props.git" }, "keywords": [ "next", "next-dynamic", "loadable" ], "author": "Kai Hao", "license": "MIT", "bugs": { "url": "https://github.com/kevin940726/next-dynamic-loading-props/issues" }, "homepage": "https://github.com/kevin940726/next-dynamic-loading-props#readme", "peerDependencies": { "react": ">= 16.9.0" }, "devDependencies": { "@testing-library/cypress": "^7.0.4", "@types/react": "^17.0.2", "cypress": "^6.5.0", "microbundle": "^0.13.0", "next": "^10.0.7", "prettier": "2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1" }, "prettier": { "singleQuote": true } }