34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"name": "mtg-search-frontend",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"pinia": "^2.2.0",
|
|
"axios": "^1.7.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"vite": "^5.3.1",
|
|
"typescript": "^5.4.5",
|
|
"vue-tsc": "^1.8.27",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"vitest": "^2.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0"
|
|
}
|
|
}
|