Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 276 B
{
  "name": "chatterbox",
  "version": "0.0.0",
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build && vite --config parent-vite.config.js build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "^4.4.4",
    "vite": "^2.7.2"
  }
}