-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "saabbir.github.io",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Saabbir/saabbir.github.io.git"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxt/content": "^1.9.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/fontawesome": "^1.1.2",
"core-js": "^3.6.5",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"nuxt": "^2.14.6",
"prism-themes": "^1.5.0",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.2.0",
"@nuxtjs/style-resources": "^1.0.0",
"fibers": "^5.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"lqip-loader": "^2.2.1",
"push-dir": "^0.4.1",
"responsive-loader": "^2.3.0",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"sharp": "^0.27.0",
"sqip-loader": "^1.0.0",
"webp-loader": "^0.6.0"
},
"engines": {
"npm": "^6.14.17",
"node": "^14.21.1"
}
}