32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"name": "rss",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.4.4",
|
|
"axios": "^1.5.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^4.3.1",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"jsdom": "^29.1.1",
|
|
"prettier": "^3.0.0",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^4.1.8"
|
|
}
|
|
}
|