123456789101112131415161718192021222324252627282930 |
- {
- "name": "@hoppscotch/shc-admin",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc -b && vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@intlify/unplugin-vue-i18n": "1.2.0",
- "unplugin-icons": "0.14.9",
- "unplugin-vue-components": "0.21.0",
- "vue": "^3.4.31",
- "@hoppscotch/sh-admin": "workspace:^",
- "@hoppscotch/common": "workspace:^",
- "vue-router": "4.1.0"
- },
- "devDependencies": {
- "@import-meta-env/unplugin": "0.4.8",
- "@vitejs/plugin-vue": "^5.0.5",
- "typescript": "^5.2.2",
- "unplugin-fonts": "1.0.3",
- "vite": "^5.3.4",
- "vite-plugin-pages": "0.26.0",
- "vite-plugin-vue-layouts": "0.7.0",
- "vue-tsc": "^2.0.24"
- }
- }
|