UNPKG

namaste-react

Version:

a npm package to create a simple react app

26 lines (25 loc) 496 B
{ "name": "react-app", "version": "1.0.0", "description": "A simple React application using Parcel as the bundler.", "main": "src/index.js", "scripts": { "start": "parcel src/index.html", "build": "parcel build src/index.html" }, "keywords": [ "react", "parcel", "bundler", "web" ], "author": "Your Name", "license": "MIT", "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "parcel": "^2.8.3" } }