Home / File/ package.json — vite Source File

package.json — vite Source File

Architecture documentation for package.json, a json file in the vite codebase.

Entity Profile

Source Code

{
  "name": "@vitejs/test-legacy",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build --debug legacy",
    "build:custom-filename": "vite --config ./vite.config-custom-filename.js build  --debug legacy",
    "build:multiple-output": "vite --config ./vite.config-multiple-output.js build",
    "build:no-polyfills": "vite --config ./vite.config-no-polyfills.js build",
    "build:no-polyfills-no-systemjs": "vite --config ./vite.config-no-polyfills-no-systemjs.js build",
    "build:watch": "vite --config ./vite.config-watch.js build --debug legacy",
    "debug": "node --inspect-brk ../../packages/vite/bin/vite",
    "preview": "vite preview"
  },
  "devDependencies": {
    "vite": "workspace:*",
    "@vitejs/plugin-legacy": "workspace:*",
    "express": "^5.2.1",
    "terser": "^5.46.0"
  }
}

Frequently Asked Questions

What does package.json do?
package.json is a source file in the vite codebase, written in json.
Where is package.json in the architecture?
package.json is located at playground/legacy/package.json (directory: playground/legacy).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free