-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.3 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": "dhvl5-nuxt",
"version": "1.0.0",
"description": "My bee's knees Nuxt.js project",
"author": "Dhaval",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/dayjs": "^1.4.0",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@tryghost/content-api": "^1.5.5",
"nuxt": "^2.14.1",
"tailwindcss-filters": "^3.0.0",
"vue-pdf": "^4.0.8"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^4.1.2",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"gh-pages": "^2.2.0",
"postcss": "^7.0.35",
"push-dir": "^0.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2"
}
}