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