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-ssr-deps",
  "private": true,
  "type": "module",
  "version": "0.0.0",
  "scripts": {
    "dev": "node server",
    "serve": "NODE_ENV=production node server",
    "debug": "node --inspect-brk server"
  },
  "dependencies": {
    "@node-rs/bcrypt": "^1.10.7",
    "@vitejs/test-css-lib": "file:./css-lib",
    "@vitejs/test-define-properties-exports": "file:./define-properties-exports",
    "@vitejs/test-define-property-exports": "file:./define-property-exports",
    "@vitejs/test-external-entry": "file:./external-entry",
    "@vitejs/test-external-using-external-entry": "file:./external-using-external-entry",
    "@vitejs/test-forwarded-export": "file:./forwarded-export",
    "@vitejs/test-import-builtin-cjs": "file:./import-builtin-cjs",
    "@vitejs/test-linked-no-external": "link:./linked-no-external",
    "@vitejs/test-module-condition": "file:./module-condition",
    "@vitejs/test-nested-exclude": "file:./nested-exclude",
    "@vitejs/test-no-external-cjs": "file:./no-external-cjs",
    "@vitejs/test-no-external-css": "file:./no-external-css",
    "@vitejs/test-non-optimized-with-nested-external": "workspace:*",
    "@vitejs/test-object-assigned-exports": "file:./object-assigned-exports",
    "@vitejs/test-only-object-assigned-exports": "file:./only-object-assigned-exports",
    "@vitejs/test-optimized-cjs-with-nested-external": "file:./optimized-with-nested-external",
    "@vitejs/test-optimized-with-nested-external": "file:./optimized-with-nested-external",
    "@vitejs/test-pkg-exports": "file:./pkg-exports",
    "@vitejs/test-primitive-export": "file:./primitive-export",
    "@vitejs/test-read-file-content": "file:./read-file-content",
    "@vitejs/test-require-absolute": "file:./require-absolute",
    "@vitejs/test-ts-transpiled-exports": "file:./ts-transpiled-exports"
  },
  "devDependencies": {
    "express": "^5.2.1"
  }
}

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/ssr-deps/package.json (directory: playground/ssr-deps).

Analyze Your Own Codebase

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

Try Supermodel Free