updates
正在显示
... | ... | @@ -5,8 +5,8 @@ |
"scripts": { | ||
"dev": "vite --mode dev", | ||
"build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | ||
"build:test": "vue-tsc --noEmit && vite build --test prod", | ||
"build:pre": "vue-tsc --noEmit && vite build --pre prod", | ||
"build:test": "vue-tsc --noEmit && vite build --mode test", | ||
"build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
"preview": "vite preview --port 5050", | ||
"typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
... | ... | @@ -19,9 +19,9 @@ |
"lodash-es": "^4.17.21", | ||
"pinia": "^2.0.13", | ||
"qs": "^6.10.3", | ||
"sass": "^1.50.0", | ||
"swiper": "^8.1.0", | ||
"vant": "^3.4.7", | ||
"sass": "^1.50.1", | ||
"swiper": "^8.1.1", | ||
"vant": "^3.4.8", | ||
"vue": "^3.2.33", | ||
"vue-router": "^4.0.14" | ||
}, | ||
... | ... | @@ -29,7 +29,7 @@ |
"@rushstack/eslint-patch": "^1.1.3", | ||
"@types/blueimp-md5": "^2.18.0", | ||
"@types/lodash-es": "^4.17.6", | ||
"@types/node": "^17.0.24", | ||
"@types/node": "^17.0.25", | ||
"@types/qs": "^6.9.7", | ||
"@vitejs/plugin-vue": "^2.3.1", | ||
"@vue/eslint-config-typescript": "^10.0.0", | ||
... | ... | @@ -41,6 +41,6 @@ |
"typescript": "~4.6.3", | ||
"vite": "^2.9.5", | ||
"vite-plugin-checker": "^0.4.6", | ||
"vue-tsc": "^0.34.6" | ||
"vue-tsc": "^0.34.7" | ||
} | ||
} |
src/components/CourseItem.vue
0 → 100644
src/components/VideoItem.vue
0 → 100644
请
注册
或者
登录
后发表评论