28 lines
758 B
JSON
28 lines
758 B
JSON
{
|
|
"name": "hackernewsfullstack",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"path": "^0.12.7",
|
|
"vue": "^3.2.31",
|
|
"vue-axios": "^3.4.1",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^2.2.2",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"prettier": "^2.5.1",
|
|
"vite": "^2.8.4"
|
|
}
|
|
}
|