UNPKG

@webloop/create-dev-project

Version:

This is a simple command line interface to install packages

17 lines (16 loc) 282 B
{ "name": "next-js", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "13.4.7", "react": "18.2.0", "react-dom": "18.2.0" } }