You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nx-guitar-school/package.json

70 lines
2.0 KiB

{
"name": "nx-guitar-school",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start:docker": "env $(cat apps/backend/.env) docker-compose up -d",
"install:backend": "cd apps/backend && npm install",
"build:backend": "cd apps/backend && npm run build",
"predevelop:backend": "npm run start:docker && npm run build:backend",
"develop:backend": "cd apps/backend && npm run develop",
"start:client": "nx serve client",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@nrwl/next": "15.5.1",
"axios": "^1.2.2",
"dlv": "^1.1.3",
"flowbite": "^1.6.2",
"flowbite-react": "^0.3.7",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.0.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",
"autoprefixer": "10.4.13",
"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",
"postcss": "8.4.19",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"tailwindcss": "3.2.4",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
}
}