-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
84 lines (84 loc) · 2.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tfd-blog",
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt",
"generate": "nuxt generate",
"start": "nuxt start",
"vercel-build": "yarn global add node-gyp sharp"
},
"dependencies": {
"@nestjsx/crud-request": "^5.0.0-alpha.3",
"@nuxt/content": "^1.15.1",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@yashx/nuxt-auth-popup": "^6.0.1",
"axios": "^0.27.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.19.3",
"daisyui": "^2.41.0",
"date-fns": "^2.28.0",
"esm": "^3.2.25",
"express": "^4.18.1",
"format-duration": "^2.0.0",
"js-cookie": "^3.0.1",
"nuxt": "^2.15.8",
"nuxt-cookie-control": "^1.9.91",
"nuxt-i18n": "^6.28.1",
"reading-time": "^1.5.0",
"reading-time-estimator": "^1.5.0",
"v-lazy-image": "^2.1.1",
"vee-validate": "3",
"vue": "^2.6.14",
"vue-content-loader": "0.2",
"vue-country-flag": "^2.3.2",
"vue-infinite-loading": "^2.4.5",
"vue-pusher": "^1.1.0",
"vue-scroll-indicator": "^0.1.3",
"vue-select": "^3.19.0",
"vue-server-renderer": "^2.6.14",
"vue-social-sharing": "^3.0.9",
"vue-template-compiler": "^2.6.14",
"vue-vimeo-player": "^0.2.2",
"vue-window-portal": "^1.6.1",
"vue2-filters": "^0.14.0",
"vuex-persist": "^3.1.3",
"webpack": "^4.46.0"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@babel/eslint-parser": "^7.17.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^9.0.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"autoprefixer": "^10.4.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"nuxt-animejs": "^1.2.4",
"postcss": "^8.4.11",
"tailwindcss": "^3.4.4",
"vuex": "^3.6.2",
"vuex-map-fields": "^1.4.1",
"webp-loader": "^0.6.0"
},
"engines": {
"node": "16.x",
"yarn": "1.x"
}
}