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

85 lines
2.5 KiB

{
"name": "nx-guitar-school",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"start:website": "nx serve website",
"build:website:development": "nx build website --configuration development --verbose",
"build:website:staging": "nx build website --configuration staging",
"postbuild:website:staging": "node scripts/website/build-staging.js",
"build:website:production": "nx build website --configuration production"
},
"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",
"@reduxjs/toolkit": "^1.9.2",
"axios": "1.2.2",
"date-fns": "^2.29.3",
"dlv": "1.1.3",
"flowbite": "1.6.2",
"flowbite-react": "^0.3.8",
"meilisearch": "^0.31.1",
"next": "13.1.1",
"next-auth": "4.18.8",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"radash": "^10.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hook-form": "7.42.1",
"react-input-range": "^1.3.0",
"react-player": "^2.11.2",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"rxjs": "7.8.0",
"tailwindcss": "3.2.4",
"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",
"@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",
"redux-mock-store": "^1.5.4",
"sass": "1.55.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.2"
}
}