-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.94 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
{
"name": "kodekafe-website",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore .",
"prepare": "husky install",
"lint": "yarn lint:js"
},
"dependencies": {
"@nuxt/content": "1.15.1",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/style-resources": "1.2.1",
"@primer/octicons": "16.3.1",
"core-js": "3.30.1",
"imagemin-webp": "6.1.0",
"lqip-loader": "2.2.1",
"node-sass": "6.0.1",
"nuxt": "2.16.3",
"nuxt-build-optimisations": "1.0.7",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"sass-loader": "10.4.1",
"vue-lazyload": "1.3.4",
"vuelayers": "0.12.7"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "1.4.0",
"@babel/eslint-parser": "7.21.3",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@nuxt/types": "2.16.3",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/color-mode": "2.1.1",
"@nuxtjs/eslint-config-typescript": "7.0.2",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/fontawesome": "1.1.2",
"@nuxtjs/netlify-files": "1.2.0",
"@nuxtjs/robots": "2.5.0",
"@nuxtjs/sitemap": "2.4.0",
"@nuxtjs/svg": "0.4.0",
"@types/prismjs": "1.26.0",
"@types/webpack-env": "1.18.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-vue": "8.7.1",
"husky": "7.0.4",
"imagemin-gifsicle": "7.0.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "9.0.0",
"markup": "0.0.4",
"prettier": "2.8.7",
"responsive-loader": "2.3.0",
"sharp": "0.32.0",
"sqip-loader": "1.0.0",
"webp-loader": "0.6.0"
}
}