forked from PinyiW0/DreamBoost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "dreamboost",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@vee-validate/i18n": "^4.12.5",
"@vee-validate/rules": "^4.12.5",
"axios": "^1.6.5",
"bootstrap": "^5.3.2",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sweetalert2": "^11.10.4",
"swiper": "^11.0.6",
"vee-validate": "^4.12.5",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.3.11",
"vue-axios": "^3.5.2",
"vue-count-to": "^1.0.13",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.5",
"vue3-count-to": "^1.1.2",
"vue3-marquee": "^4.2.0",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.17.0",
"gh-pages": "^6.1.1",
"sass": "^1.70.0",
"vite": "^5.0.10"
}
}