Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 501 B
{
  "name": "rbb-adobeae-automator",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@lottiefiles/vue-lottie-player": "^1.1.0",
    "lottie-web-vue": "^2.0.7",
    "vue": "^3.4.21",
    "vue3-toastify": "^0.2.2"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vue-tsc": "^2.0.6"
  }
}