Skip to content

Commit

Permalink
Merge pull request #95 from e-picsa/chore/remove-nextjs-integration
Browse files Browse the repository at this point in the history
chore: remove nextjs integration
  • Loading branch information
chrismclarke authored Jan 27, 2023
2 parents 37543d3 + 0833317 commit 9fa279e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1,671 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,4 @@ apps/extension-toolkit/www_sourcemaps
*.keystore
*.apk
.firebase
.log

# Next.js
.next
.log
11 changes: 0 additions & 11 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
},
"@nrwl/angular:component": {
"style": "scss"
},
"@nrwl/react": {
"application": {
"babel": true
}
},
"@nrwl/next": {
"application": {
"style": "scss",
"linter": "eslint"
}
}
},
"defaultProject": "picsa-apps-extension-app",
Expand Down
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,12 @@
"lottie-web": "^5.9.6",
"mobx": "^6.6.1",
"mobx-angular": "^4.6.0",
"next": "13.1.1",
"ng2-canvas-whiteboard": "^4.0.2",
"ngx-file-drop": "13.0.0",
"ngx-lottie": "^9.1.0",
"ngx-youtube-player": "^12.0.1",
"papaparse": "^5.3.2",
"parse": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "~7.5.0",
"save-svg-as-png": "^1.4.17",
"sharp": "^0.30.7",
Expand All @@ -94,7 +91,6 @@
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "15.1.2",
"@angular/language-service": "15.1.2",
"@babel/preset-react": "^7.14.5",
"@capacitor/android": "^4.1.0",
"@capacitor/cli": "^4.1.0",
"@nrwl/cli": "15.6.2",
Expand All @@ -104,14 +100,11 @@
"@nrwl/js": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/nest": "15.6.2",
"@nrwl/next": "15.6.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@nxext/stencil": "^14.0.6",
"@stencil/core": "2.13.0",
"@stencil/sass": "^2.0.0",
"@testing-library/react": "13.4.0",
"@types/c3": "^0.7.8",
"@types/hammerjs": "^2.0.41",
"@types/jest": "28.1.1",
Expand All @@ -120,29 +113,20 @@
"@types/papaparse": "^5.3.2",
"@types/parse": "^2.18.16",
"@types/prompts": "^2.0.14",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/sharp": "^0.30.5",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"autoprefixer": "^10.4.0",
"babel-jest": "28.1.1",
"cypress": "^12.2.0",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"enketo-core": "^6.1.3",
"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",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
"jetifier": "^2.0.0",
"ng-packagr": "15.1.1",
Expand All @@ -154,10 +138,8 @@
"prettier": "2.6.2",
"prompts": "^2.4.2",
"puppeteer": "^15.5.0",
"react-test-renderer": "18.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "1.55.0",
"tailwindcss": "^3.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 9fa279e

Please sign in to comment.