{
  "name": "sunadmin",
  "version": "1.0.11",
  "description": "SunAdmin framework 模板脚手架,通过npm create sunadmin@latest命令创建",
  "author": "sunjinglong@lingyier.com",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.3.1",
    "axios": "^1.7.2",
    "element-plus": "^2.10.2",
    "pinia": "^3.0.1",
    "pinia-plugin-persistedstate": "^4.2.0",
    "vue": "^3.5.13",
    "vue-router": "^4.5.0",
    "sunadmin-core": "^1.0.15"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.3",
    "less": "^4.3.0",
    "vite": "^6.2.4",
    "vite-plugin-vue-devtools": "^7.7.7"
  },
  "keywords": [
    "vue",
    "admin",
    "sunadmin",
    "template",
    "dashboard"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/sunjinglong/create-sunadmin--npm"
  }
}
