-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vite-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@cloudinary/url-gen": "^1.19.0",
"@cloudinary/vue": "^1.12.1",
"@mojojoejo/vite-plugin-purgecss": "^1.1.0",
"@vee-validate/i18n": "^4.12.5",
"@vee-validate/rules": "^4.12.5",
"@vuepic/vue-datepicker": "^8.1.1",
"axios": "^1.6.3",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"clipboard": "^2.0.11",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"firebase": "^10.9.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"swiper": "^11.0.5",
"vee-validate": "^4.12.5",
"vite-plugin-live-reload": "^3.0.3",
"vue": "^3.4.15",
"vue-axios": "^3.5.2",
"vue-draggable-next": "^2.2.1",
"vue-gtag": "^2.0.1",
"vue-loading-overlay": "6.0",
"vue-masonry": "^0.16.0",
"vue-router": "^4.1.6",
"vue-sweetalert2": "^5.0.5",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.5.1",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.5.1",
"sass": "^1.55.0",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^8.0.0"
}
}