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.
30 lines
646 B
30 lines
646 B
2 years ago
|
{
|
||
|
"name": "blog",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^1.1.3",
|
||
|
"pinia": "^2.0.23",
|
||
|
"vue": "^3.2.41",
|
||
|
"vue-router": "^4.1.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^3.2.0",
|
||
|
"eslint": "^8.27.0",
|
||
|
"eslint-config-standard": "^17.0.0",
|
||
|
"eslint-plugin-import": "^2.26.0",
|
||
|
"eslint-plugin-n": "^15.5.1",
|
||
|
"eslint-plugin-promise": "^6.1.1",
|
||
|
"eslint-plugin-vue": "^9.7.0",
|
||
|
"prettier": "^2.7.1",
|
||
|
"sass": "^1.56.1",
|
||
|
"vite": "^3.2.3"
|
||
|
}
|
||
|
}
|