You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
439 B
22 lines
439 B
{
|
|
"name": "vite-project",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"markdown-it": "^12.0.4",
|
|
"sass": "^1.32.8",
|
|
"swiper": "^6.5.0",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.1.5",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"vite": "^2.1.0"
|
|
}
|
|
}
|
|
|