-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.31 KB
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": "devhub_front",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@iconify/vue2": "^1.1.2",
"@nuxtjs/auth-next": "^5.0.0-1642755117.7a526bb",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.20.3",
"editorjs-html": "^3.4.2",
"nuxt": "^2.15.8",
"v-tooltip": "^2.1.3",
"vue-clickaway": "^2.2.2",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@iconify/vue": "^3.1.2",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/dotenv": "^1.4.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.15"
},
"packageManager": "yarn@3.1.1"
}