Skip to content
Snippets Groups Projects
package.json 361 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "chatterbox",
    
    RMidhunSuresh's avatar
    RMidhunSuresh committed
      "version": "0.1.1",
    
      "scripts": {
    
    Midhun Suresh's avatar
    Midhun Suresh committed
        "start": "vite",
    
        "build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh",
    
        "preview": "vite preview"
      },
      "devDependencies": {
        "typescript": "^4.4.4",
        "vite": "^2.7.2"