-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.32 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "package.json",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@kyvg/vue3-notification": "^2.9.1",
"@types/dropzone": "^5.7.4",
"@types/swiper": "^6.0.0",
"@vue/composition-api": "^1.7.1",
"@vue/runtime-dom": "^3.3.4",
"@vueform/slider": "^2.1.7",
"@vueuse/head": "^1.1.26",
"axios": "^1.5.1",
"choices.js": "^10.2.0",
"dropzone": "^6.0.0-beta.2",
"firebase": "^10.1.0",
"pinia": "^2.1.4",
"swiper": "^9.4.1",
"vue-3-meta": "^2.4.0",
"vue-basic-alert": "^1.1.0",
"vue-i18n": "^9.3.0-beta.19",
"vue-meta": "^3.0.0-alpha.2",
"vue-multiselect": "^3.0.0-beta.2",
"vue-range-slider": "^0.6.0",
"vue-router": "^4.2.2",
"vue-select": "^4.0.0-beta.6",
"vue-toast-notification": "^3.1.1",
"vue-verification-code-input": "^1.0.0",
"vue3-dropzone": "^2.0.1",
"vue3-google-map": "^0.15.0",
"vue3-verification-code-input": "^0.1.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.17",
"@types/vue": "^2.0.0",
"@types/vue-i18n": "^7.0.0",
"@types/vue-router": "^2.0.0",
"@types/vue-select": "^3.16.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-tsc": "^1.6.5"
}
}