UNPKG

@nadeshikon/plugin-nextjs

Version:
57 lines (56 loc) 1.62 kB
{ "name": "nx-next-monorepo", "version": "0.0.0", "license": "MIT", "scripts": { "start": "nx serve", "build": "nx build", "test": "nx test" }, "private": true, "dependencies": { "@netlify/plugin-nextjs": "file:plugin-wrapper", "@nrwl/next": "15.0.11", "core-js": "^3.6.5", "next": "^13.0.6", "react": "^18.2.0", "react-dom": "18.2.0", "regenerator-runtime": "0.13.10", "tslib": "^2.3.0" }, "devDependencies": { "@nrwl/cli": "14.7.11", "@nrwl/cypress": "14.7.11", "@nrwl/eslint-plugin-nx": "14.7.11", "@nrwl/jest": "14.7.11", "@nrwl/linter": "14.7.11", "@nrwl/react": "15.0.11", "@nrwl/web": "15.0.11", "@nrwl/workspace": "14.7.11", "@testing-library/react": "13.4.0", "@types/jest": "28.1.8", "@types/node": "16.11.7", "@types/react": "18.0.26", "@types/react-dom": "18.0.6", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "babel-jest": "28.1.3", "cypress": "^10.7.0", "eslint": "~8.15.0", "eslint-config-next": "12.3.4", "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "^2.10.3", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.8", "eslint-plugin-react-hooks": "4.6.0", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3", "nx": "14.7.11", "prettier": "^2.6.2", "react-test-renderer": "18.2.0", "ts-jest": "28.0.8", "ts-node": "10.9.1", "typescript": "~4.8.2" } }