-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "catch-reports-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"heroku-postbuild": "npm run generate"
},
"dependencies": {
"@fancyapps/ui": "^4.0.7",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/firebase": "^7.6.1",
"@tailwindcss/forms": "^0.3.3",
"core-js": "^3.15.1",
"fibers": "^5.0.0",
"firebase": "^8.7.1",
"ipx": "^0.8.0",
"nuxt": "^2.15.7",
"sass": "^1.35.2",
"sass-loader": "10",
"swiper": "6.8.4",
"v-click-outside": "^3.1.2",
"vee-validate": "^3.4.10",
"vue-awesome-swiper": "^4.1.1",
"vue-click-outside": "^1.1.0",
"vue-loading-overlay": "^4.0.3",
"vue-spinner": "^1.0.4",
"vuelidate": "^0.7.6"
},
"devDependencies": {
"@nuxt/image": "^0.6.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/tailwindcss": "^4.2.0",
"@nuxtjs/vuetify": "^1.12.1",
"eslint-config-prettier": "^8.3.0",
"nuxt-gsap-module": "^1.5.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2"
}
}