Studying all day long)
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
406 B

2 years ago
{
"name": "webtpl",
"private": true,
"version": "0.0.0",
"scripts": {
2 years ago
"dev": "vite --host",
2 years ago
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"pug": "^3.0.2",
"sass": "^1.53.0",
"terser": "^5.14.1",
"vite": "^2.9.9"
}
}