-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@stylistic/eslint-plugin-js": "^2.7.2",
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^5.0.0"
},
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-vue": "^5.0.5",
"alpinejs": "^3.14.1",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"swiper": "^11.1.4",
"tinycolor2": "^1.6.0",
"vee-validate": "^4.13.1",
"vue": "^3.4.31",
"vue-imask": "^7.6.1",
"vue-router": "^4.4.0",
"vue-yandex-maps": "^2.1.3",
"yandex-metrika-vue3": "^1.3.1",
"yup": "^1.4.0"
}
}