{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1234",
"lint": "next lint",
"go": "npm run build && npm start"
},
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"acorn-hammerhead": "^0.6.1",
"css-tree": "^2.2.1",
"express": "^4.18.1",
"next": "12.2.0",
"next-absolute-url": "^1.2.2",
"next-pwa": "^5.6.0",
"parse5": "^7.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-ion-icon": "^4.0.0",
"react-tsparticles": "^2.1.3",
"tsparticles": "^2.1.3",
"webpack": "^5.74.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"devDependencies": {
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"corrosion": "^1.0.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
}
}