Sign in

田强 / QxDeveloperTool · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • QxDeveloperTool
  • package.json
  • chore: remove watch
    d1ca5c7a
    田强 authored
    2023-06-30 14:20:37 +0800  
    Browse Files »
package.json 420 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "name": "qx-developer-tool",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "element-plus": "^2.3.7",
    "vue": "^3.2.25"
  },
  "type": "module",
  "devDependencies": {
    "@types/chrome": "0.0.179",
    "@vitejs/plugin-vue": "^2.2.0",
    "rollup-plugin-copy": "^3.4.0",
    "vite": "^2.8.0"
  }
}