-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 Bytes
/
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
{
"name": "animali",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/firebase": "^6.1.1",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/pwa": "^3.0.2",
"@tailwindcss/ui": "^0.4.0",
"apexcharts": "^3.20.0",
"firebase": "^7.17.1",
"gridjs-vue": "^0.5.2",
"nuxt": "^2.14.0",
"slugify": "^1.4.5",
"vee-validate": "^3.3.9",
"vue-apexcharts": "^1.6.0",
"vue-click-outside": "^1.1.0",
"vue-plausible": "^1.2.1",
"vue2-google-maps": "^0.10.7",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.10.5",
"@nuxtjs/tailwindcss": "^2.1.0",
"core-js": "3"
}
}