{ "name": "nx-guitar-school", "version": "0.0.0", "license": "MIT", "scripts": { "build:backend": "cd apps/backend && npm run build", "develop:backend": "cd apps/backend && npm run develop", "start": "nx serve", "build": "nx build", "test": "nx test" }, "private": true, "dependencies": { "@nrwl/next": "15.5.1", "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", "tslib": "^2.3.0" }, "devDependencies": { "@babel/preset-react": "^7.14.5", "@nrwl/cypress": "15.5.1", "@nrwl/eslint-plugin-nx": "15.5.1", "@nrwl/jest": "15.5.1", "@nrwl/linter": "15.5.1", "@nrwl/react": "15.5.1", "@nrwl/web": "15.5.1", "@nrwl/workspace": "15.5.1", "@nx-extend/strapi": "^3.2.0", "@testing-library/react": "13.4.0", "@types/jest": "28.1.1", "@types/node": "16.11.7", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "babel-jest": "28.1.1", "cypress": "^12.2.0", "eslint": "~8.15.0", "eslint-config-next": "13.1.1", "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.11", "eslint-plugin-react-hooks": "4.6.0", "jest": "28.1.1", "jest-environment-jsdom": "28.1.1", "nx": "15.5.1", "prettier": "^2.6.2", "react-test-renderer": "18.2.0", "sass": "1.55.0", "ts-jest": "28.0.5", "ts-node": "10.9.1", "typescript": "~4.8.2" } }