UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

17 lines (16 loc) 352 B
{ "name": "foo", "version": "1.0.0", "description": "Test of a raw next.js application to debug hot-loader issue.", "main": "index.js", "scripts": { "start": "next -p 3030", "prod": "next start -p 3030", "build": "next build" }, "dependencies": { "next": "^7.0.2", "react": "^16.6.3", "react-dom": "^16.6.3" } }