main-site/package.json
Neshura 04f4d4b86d
Some checks failed
Run Tests on Code / test (push) Successful in 2m26s
Build and Release Docker Image / test (push) Failing after 2m20s
Build and Release Docker Image / build (push) Has been skipped
Update package.json
2023-12-20 07:35:37 +00:00

33 lines
809 B
JSON

{
"name": "main-site",
"version": "0.5.7",
"private": true,
"scripts": {
"dev:debug": "NODE_OPTIONS='--inspect' next dev -H :: -p 8001",
"dev": "next dev -H :: -p 8001",
"build": "next build",
"start": "next start -H :: -p 8001",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^6.5.1",
"eslint-config": "^0.3.0",
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sharp": "^0.31.2",
"styled-components": "^5.3.6",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/dockerode": "^3.3.14",
"@types/react": "^18.0.14",
"@types/styled-components": "^5.1.26",
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"typescript": "^4.7.4"
}
}