Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ecosystem.config.js

This file was deleted.

6 changes: 6 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": [
"-lintignore"
]
}
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"cypress:run": "cypress run --browser chrome",
"lint": "eslint --quiet './**/*.{js,ts,tsx}'",
"add:npmrc": "echo \"registry=https://registry.yarnpkg.com/\" >> .npmrc && echo \"@internxt:registry=https://npm.pkg.github.com\" >> .npmrc && echo \"//npm.pkg.github.com/:_authToken=$NPM_TOKEN\" >> .npmrc && echo \"always-auth=true\" >> .npmrc",
"vercel:install": "yarn run add:npmrc && yarn install"
"vercel:install": "yarn run add:npmrc && yarn install",
"knip": "knip"
},
"dependencies": {
"@cemalgnlts/mailjs": "^3.0.1",
Expand All @@ -33,13 +34,10 @@
"@sendgrid/mail": "^8.1.0",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@types/offscreencanvas": "^2019.7.3",
"aos": "^2.3.4",
"autoprefixer": "^10.0.2",
"axios": "^1.18.0",
"browser-image-compression": "^2.0.2",
"bytes": "^3.1.0",
"clamscan": "^2.0.1",
"cookies": "^0.8.0",
"dgram": "^1.0.1",
"docx": "^9.5.1",
Expand All @@ -48,7 +46,6 @@
"eslint-config-next": "13",
"exifr": "^7.1.3",
"hamburger-react": "^2.4.1",
"html-entities": "^2.6.0",
"jsonwebtoken": "^9.0.0",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
Expand Down Expand Up @@ -85,25 +82,22 @@
"devDependencies": {
"@cypress/code-coverage": "^3.14.7",
"@svgr/webpack": "^6.5.1",
"@types/browser-image-compression": "^1.0.13",
"@types/jest": "^29.4.0",
"@types/memory-cache": "^0.2.1",
"@types/node": "^15.0.1",
"@types/node": "^26.1.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^7.0.1",
"cypress": "^13.12.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"knip": "^6.30.0",
"next-unused": "^0.0.6",
"postcss": "8.5.18",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"reset-css": "5.0.1",
"sass": "1.41.0",
"tailwindcss": "^3.4.10",
"typescript": "^4.1.5"
"typescript": "^5.9.3"
},
"browser": {
"child_process": false
Expand Down
1 change: 0 additions & 1 deletion public/cookiebanner.style.css

This file was deleted.

54 changes: 0 additions & 54 deletions public/js/analyticsSnippet.js

This file was deleted.

Loading
Loading