mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
47 lines
898 B
JSON
47 lines
898 B
JSON
{
|
|
"name": "vk-bingo",
|
|
"author": "Anatoly Kopyl",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"pinia": "^2.1.4",
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
|
"vue": "^3.3.4",
|
|
"vue-peel": "^0.1.1",
|
|
"vue-router": "4",
|
|
"vue-spinner": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"dotenv-webpack": "^7.0.2",
|
|
"eslint": "8",
|
|
"eslint-plugin-vue": "8",
|
|
"sass": "^1.63.4",
|
|
"vite": "^4.3.9"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true,
|
|
"es2022": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-recommended",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {
|
|
"vue/multi-word-component-names": 0
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|