-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.12 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": "habit-tracker",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@capacitor/core": "^3.5.1",
"@capacitor/ios": "^3.5.1",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.19.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"lottie-colorify": "^0.8.0",
"moment": "^2.29.4",
"nuxt": "^2.15.8",
"portal-vue": "^2.1.7",
"vue": "^2.6.14",
"vue-confetti": "^2.3.0",
"vue-flatpickr-component": "8.1.6",
"vue-lottie": "^0.2.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-toast-notification": "^0.6.3",
"webpack": "^4.46.0"
},
"devDependencies": {
"@capacitor/cli": "^3.5.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/google-fonts": "^2.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"v-calendar": "^1.0.0-beta.22"
}
}