32 lines
785 B
JSON
32 lines
785 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.6.0",
|
|
"axios": "^1.17.0",
|
|
"vue": "^3.5.35",
|
|
"vue-router": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.16.1",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@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.8.3",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.8"
|
|
}
|
|
}
|