diff options
| author | 2024-09-07 15:17:33 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:17:33 +0800 | |
| commit | ad4bbef65b1621a8f5ef609b459fb75084b909ac (patch) | |
| tree | 909bbf4d3ec3d349cebb995c0e73f4ab72efc878 /package.json | |
| parent | 1cfb957cdf5fd1c91929beca23ee1417bc3ae6ee (diff) | |
| download | HydroRollSite-ad4bbef65b1621a8f5ef609b459fb75084b909ac.tar.gz HydroRollSite-ad4bbef65b1621a8f5ef609b459fb75084b909ac.zip | |
chore: move site dir
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..e84834c --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "name": "hydroroll-home", + "version": "1.0.0", + "private": true, + "scripts": { + "dev": "vite", + "build": "vue-tsc --noEmit --skipLibCheck && vite build", + "preview": "vite preview", + "lint": "eslint . --fix --ignore-path .gitignore" + }, + "dependencies": { + "@kangc/v-md-editor": "^2.3.18", + "@mdi/font": "7.0.96", + "axios": "^1.7.4", + "core-js": "^3.29.0", + "element-plus": "^2.5.6", + "md-editor-v3": "^4.9.0", + "pinia": "^2.0.0", + "roboto-fontface": "*", + "vue": "^3.2.0", + "vue-router": "^4.0.0", + "vuetify": "^3.0.0" + }, + "devDependencies": { + "@babel/types": "^7.21.4", + "@types/node": "^18.15.0", + "@vitejs/plugin-vue": "^4.0.0", + "@vue/eslint-config-typescript": "^11.0.0", + "eslint": "^8.37.0", + "eslint-plugin-vue": "^9.3.0", + "sass": "^1.60.0", + "typescript": "^5.0.0", + "unplugin-fonts": "^1.0.3", + "vite": "^4.5.3", + "vite-plugin-vuetify": "^1.0.0", + "vue-tsc": "^1.2.0" + } +} |
