This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "techdiary-client",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=14.0.0 <16.0.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@netsells/nuxt-hotjar": "^0.1.3",
"@nuxt/content": "^1.15.1",
"@nuxtjs/auth-next": "^5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/cloudinary": "^1.0.3",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/sentry": "^7.0.3",
"@nuxtjs/toast": "^3.3.1",
"algoliasearch": "^4.12.1",
"bnnum": "^1.0.6",
"codemirror": "^5.62.3",
"core-js": "^3.15.1",
"dayjs": "^1.11.7",
"highlight.js": "^11.7.0",
"lodash.debounce": "^4.0.8",
"mavon-editor": "^2.10.4",
"nuxt": "^2.15.8",
"nuxt-seo-meta": "^2.3.1",
"sweetalert": "^2.1.2",
"vue-input-autowidth": "^1.0.11",
"vue-multiselect": "^2.1.6",
"vue-observe-visibility": "^1.0.0",
"vue-tour": "^2.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"fibers": "^5.0.3",
"postcss": "^8.4.5",
"prettier": "2.8.3",
"sass": "^1.36.0",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4"
}
}