PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP ChatGPT API Seeder   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ChatGPT API Seeder
Generate constant seed data using ChatGPT API
Author: By
Last change:
Date: 10 months ago
Size: 551 bytes
 

Contents

Class file image Download
{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production", "nova:install": "npm --prefix='../../vendor/laravel/nova' ci" }, "devDependencies": { "@vue/compiler-sfc": "^3.2.22", "laravel-mix": "^6.0.41", "postcss": "^8.3.11", "vue-loader": "^16.8.3" }, "dependencies": { "axios": "^1.4.0" } }