feat: add Dockerfile

This commit is contained in:
Kentai Radiquum 2025-05-30 13:35:46 +05:00
parent 767121c77b
commit ed20227b1a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 144 additions and 7 deletions

15
package-lock.json generated
View file

@ -17,6 +17,7 @@
"markdown-to-jsx": "^7.4.7",
"media-chrome": "^4.9.0",
"next": "^14.2.26",
"next-runtime-env": "^3.3.0",
"prettier": "^3.5.3",
"react": "^18",
"react-cropper": "^2.3.3",
@ -4955,6 +4956,20 @@
}
}
},
"node_modules/next-runtime-env": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/next-runtime-env/-/next-runtime-env-3.3.0.tgz",
"integrity": "sha512-JgKVnog9mNbjbjH9csVpMnz2tB2cT5sLF+7O47i6Ze/s/GoiKdV7dHhJHk1gwXpo6h5qPj5PTzryldtSjvrHuQ==",
"license": "MIT",
"dependencies": {
"next": "^14",
"react": "^18"
},
"peerDependencies": {
"next": "^14",
"react": "^18"
}
},
"node_modules/next/node_modules/postcss": {
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",