Working and fixing production bugs

This commit is contained in:
2021-08-25 12:28:57 +02:00
parent 5d5641b25a
commit 8732f7c117
9 changed files with 248 additions and 23 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
"start": "nuxt start",
"analyse": "windicss-analysis"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
@@ -31,6 +32,7 @@
"@nuxtjs/color-mode": "^2.1.1",
"markdown-it-prism": "^2.1.8",
"nuxt-windicss": "^1.2.3",
"sass-loader": "10.1.1"
"sass-loader": "10.1.1",
"windicss-analysis": "^0.3.4"
}
}