RC
Getting Started Guide API Examples Community
  • Concepts
    • What is Nuxt?
    • Vue.js Development
    • Rendering Modes
    • Auto Imports
    • Server Engine
    • TypeScript
  • Features
    • Views
    • Routing
    • Assets
    • Head Management
    • Data Fetching
    • State Management
    • Error Handling
    • Plugins
    • Server Routes
    • Runtime Config
    • Teleports
    • Modules
  • Directory structure
    • .nuxt
    • .output
    • assets
    • components
    • composables
    • layouts
    • middleware
    • node_modules
    • pages
    • plugins
    • public
    • server
    • .gitignore
    • app.vue
    • .nuxtignore
    • nuxt.config.ts
    • package.json
    • tsconfig.json
  • Deploy
    • Node.js Server
    • Static Hosting
    • Deployment Presets
  • Going further
    • How Nuxt Works?
    • Lifecycle Hooks
    • Module Author Guide
    • Nuxt Kit
    • ES Modules
    • NuxtApp
    • Testing
    • Edge Channel
  • Concepts
    • What is Nuxt?
    • Vue.js Development
    • Rendering Modes
    • Auto Imports
    • Server Engine
    • TypeScript
  • Features
    • Views
    • Routing
    • Assets
    • Head Management
    • Data Fetching
    • State Management
    • Error Handling
    • Plugins
    • Server Routes
    • Runtime Config
    • Teleports
    • Modules
  • Directory structure
    • .nuxt
    • .output
    • assets
    • components
    • composables
    • layouts
    • middleware
    • node_modules
    • pages
    • plugins
    • public
    • server
    • .gitignore
    • app.vue
    • .nuxtignore
    • nuxt.config.ts
    • package.json
    • tsconfig.json
  • Deploy
    • Node.js Server
    • Static Hosting
    • Deployment Presets
  • Going further
    • How Nuxt Works?
    • Lifecycle Hooks
    • Module Author Guide
    • Nuxt Kit
    • ES Modules
    • NuxtApp
    • Testing
    • Edge Channel

Package file

The package.json file contains all the dependencies and scripts for your application (learn more ).

Edit this page on GitHub Updated at Wed, May 25, 2022

Directory Structure nuxt.config.ts
Directory Structure tsconfig.json
Twitter GitHub

Nuxt 2 documentation