package.json 633 Bytes
{
  "name": "tools",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "dev": "vite --port 1234",
    "build": "vue-tsc && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "ant-design-vue": "^4.0.3",
    "axios": "^1.5.0",
    "lodash": "^4.17.21",
    "unplugin-vue-components": "^0.25.2",
    "vue": "^3.3.4",
    "vue-router": "^4.2.4"
  },
  "devDependencies": {
    "@types/node": "^20.6.3",
    "@vitejs/plugin-vue": "^4.2.3",
    "autoprefixer": "^10.4.15",
    "postcss": "^8.4.30",
    "tailwindcss": "^3.3.3",
    "typescript": "^5.0.2",
    "vite": "^4.4.5",
    "vue-tsc": "^1.8.5"
  }
}