-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "edu-jobs",
"version": "1.0.0",
"description": "Explore thousands of job opportunities with all the information you need and manage all your job applications from start to finish.",
"license": "MIT",
"repository": "https://github.com/mfr415/edujobs.git",
"homepage": "",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"staging": "ENV=staging nuxt dev",
"development": "ENV=development nuxt dev",
"production": "ENV=production nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/tailwindcss": "^6.11.4",
"nuxt": "3.10.3",
"nuxt-lodash": "^2.5.3",
"nuxt-svgo": "^4.0.0"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.5.1",
"@vee-validate/yup": "^4.12.8",
"@vuepic/vue-datepicker": "^8.3.1",
"@vueup/vue-quill": "^1.2.0",
"defu": "^6.1.4",
"flowbite": "^2.2.0",
"flowbite-datepicker": "^1.2.6",
"js-base64": "^3.7.7",
"nuxt-swiper": "^1.2.2",
"pinia": "^2.1.7",
"vee-validate": "^4.12.6",
"vue-google-maps-community-fork": "^0.3.1",
"vue-multiselect": "^3.0.0",
"vue3-toastify": "^0.2.1",
"yup": "^1.4.0"
},
"overrides": {
"vue": "latest"
}
}