-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.75 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
{
"name": "blog",
"version": "4.2.3",
"private": true,
"description": "💻 The BecauseOfProg's tech blog.",
"author": "BecauseOfProg",
"contributors": [
{
"name": "Théo Vidal",
"url": "https://theovld.fr"
},
{
"name": "Noéwen (kernoeb)",
"url": "https://github.com/kernoeb"
},
{
"name": "Gildas GH",
"url": "https://github.com/Gildas-GH"
}
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "npm run lint:js",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lintfix": "npm run lint:js -- --fix",
"start": "nuxt start"
},
"dependencies": {
"@nuxt/content": "1.15.1",
"@nuxt/http": "0.6.4",
"@nuxtjs/i18n": "7.3.1",
"@nuxtjs/sitemap": "github:nuxt-community/sitemap-module#feat/static-crawler",
"cookie-universal-nuxt": "2.2.2",
"nuxt": "2.17.3",
"remark-gfm": "^1.0.0",
"vue": "2.7.16",
"vue-plausible": "1.3.2",
"vue-server-renderer": "2.7.16",
"vue-template-compiler": "2.7.16",
"vuetify": "2.7.2"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "1.4.0",
"@babel/eslint-parser": "7.25.1",
"@mdi/js": "7.4.47",
"@nuxtjs/eslint-config": "11.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/vuetify": "1.12.3",
"core-js": "3.38.1",
"eslint": "8.57.1",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.28.0",
"hookable": "5.5.3",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "9.0.0",
"rehype-katex": "^4.0.0",
"remark-breaks": "2.0.2",
"remark-math": "^4.0.0",
"webpack": "4.47.0"
}
}