-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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": "guests",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@livelybone/vue-datepicker": "^4.0.3",
"@nuxtjs/axios": "^5.12.2",
"core-js": "^3.19.3",
"html-entities": "^2.3.3",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.18.0",
"swiper": "^5.4.5",
"ufo": "^0.6.10",
"vue-awesome-swiper": "^4.1.1",
"vue-tel-input": "^5.11.0",
"vuelidate": "^0.7.7",
"v-click-outside": "^3.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxt/postcss8" : "^1.1.3",
"@nuxtjs/tailwindcss": "^4.2.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.20.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-tailwind": "^0.2.0",
"eslint-plugin-vue": "^7.6.0",
"postcss": "^8.4.12",
"sass": "^1.47.0",
"sass-loader": "^10.2.0",
"tailwind-scrollbar-hide": "^1.0.4"
}
}