Merkuriy/package.json

27 lines
565 B
JSON
Raw Normal View History

2024-02-27 14:38:06 +03:00
{
"name": "test-task-medods",
"type": "module",
2024-03-06 16:23:48 +03:00
"version": "0.0.0",
"private": true,
2024-02-27 14:38:06 +03:00
"scripts": {
"dev": "vite",
"build": "vite build",
2024-03-06 16:23:48 +03:00
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
2024-02-27 14:38:06 +03:00
},
"dependencies": {
2024-03-06 16:23:48 +03:00
"@yandex/ymaps3-types": "^0.0.21",
2024-02-27 14:38:06 +03:00
"vue": "^3.4.19",
2024-03-06 16:23:48 +03:00
"vue-router": "^4.3.0",
"vue-yandex-maps": "^2.0.1"
2024-02-27 14:38:06 +03:00
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"sass": "^1.71.1",
"vite": "^5.1.4"
}
}