mirror of
https://github.com/XFox111/my-website.git
synced 2026-07-02 19:52:45 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b3978eaae | |||
| 82b487537c | |||
| 527a96481f | |||
| e4638ec833 |
@@ -5,7 +5,7 @@
|
||||
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
|
||||
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:3": {
|
||||
"installDockerBuildx": true,
|
||||
"version": "latest",
|
||||
"dockerDashComposeVersion": "v2"
|
||||
|
||||
Generated
+1031
-354
File diff suppressed because it is too large
Load Diff
+22
-13
@@ -21,28 +21,37 @@
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/svg-icons": "^1.1.326",
|
||||
"next": "^16.2.6",
|
||||
"nodemailer": "^8.0.7",
|
||||
"@fluentui/svg-icons": "^1.1.331",
|
||||
"next": "^16.2.9",
|
||||
"nodemailer": "^9.0.3",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"react-social-icons": "^6.26.0",
|
||||
"react-turnstile": "^1.1.5",
|
||||
"sharp": "^0.34.5",
|
||||
"sharp": "^0.35.2",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^16.2.6",
|
||||
"@next/eslint-plugin-next": "^16.2.9",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@types/node": "^25.7.0",
|
||||
"@types/nodemailer": "^8.0.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/nodemailer": "^8.0.1",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "^16.2.6",
|
||||
"sass": "^1.99.0",
|
||||
"eslint-config-next": "^16.2.9",
|
||||
"sass": "^1.101.0",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.51.0"
|
||||
"typescript-eslint": "^8.62.1"
|
||||
},
|
||||
"overrides": {
|
||||
"next": {
|
||||
"postcss": "^8.5.10"
|
||||
}
|
||||
},
|
||||
"allowScripts": {
|
||||
"sharp": true,
|
||||
"@parcel/watcher": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user