Content Migration from websites repo

This commit is contained in:
Neshura 2022-12-03 21:02:13 +01:00
parent c1d93528d7
commit ba88a7adc5
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
22 changed files with 8767 additions and 1 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "www",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/dockerode": "^3.3.14",
"@types/next": "^9.0.0",
"dockerode": "^3.3.4",
"next": "^12.3.0",
"node": "^18.9.0",
"node-html-parser": "^5.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@types/react": "^18.0.14",
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"typescript": "^4.7.4"
}
}