PHP Classes

File: frontend/package.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   PHP App Generator   frontend/package.json   Download  
File: frontend/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP App Generator
Generate Web applications using Laravel
Author: By
Last change: Update of frontend/package.json
Date: 1 year ago
Size: 601 bytes
 

Contents

Class file image Download
{ "name": "web-app-generator", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "12.0.1", "react": "^18.0.0-alpha-9c8161ba8-20211028", "react-dom": "^18.0.0-alpha-9c8161ba8-20211028" }, "devDependencies": { "@types/node": "16.11.6", "@types/react": "17.0.33", "autoprefixer": "^10.4.0", "eslint": "7", "eslint-config-next": "12.0.1", "postcss": "^8.3.11", "tailwindcss": "^2.2.17", "typescript": "4.4.4" } }