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.
85 lines
3.0 KiB
85 lines
3.0 KiB
{
|
|
"name": "nx-guitar-school",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start:docker": "env $(cat apps/backend/.env) docker-compose up -d --force-recreate",
|
|
"install:backend": "cd apps/backend && npm install",
|
|
"generate:backend": "cd apps/backend && npm run generate",
|
|
"build:backend": "cd apps/backend && npm run build",
|
|
"build:backend:staging": "cd apps/backend && npm run build",
|
|
"postbuild:backend:staging": "node scripts/strapi/build-staging.js",
|
|
"predevelop:backend": "npm run start:docker && npm run build:backend",
|
|
"develop:backend": "cd apps/backend && npm run develop",
|
|
"start:client": "nx serve client",
|
|
"build:client:development": "npm run build client -- --configuration development --verbose",
|
|
"build:client:staging": "npm run build client -- --configuration staging",
|
|
"build:client:production": "npm run build client -- --configuration production",
|
|
"start:website": "nx serve website",
|
|
"build:website:development": "nx build website --configuration development --verbose",
|
|
"build:website:staging": "nx build website --configuration staging",
|
|
"build:website:production": "nx build website --configuration production",
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@nrwl/next": "15.5.1",
|
|
"axios": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"flowbite": "^1.6.2",
|
|
"next": "13.1.1",
|
|
"next-auth": "^4.18.8",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-helmet": "^6.0.0",
|
|
"react-hook-form": "^7.42.1",
|
|
"rxjs": "^7.8.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": "18.11.9",
|
|
"@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"
|
|
}
|
|
}
|