29 lines
708 B
JSON
29 lines
708 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/content": "npm:@nuxt/content-edge@latest",
|
|
"@nuxtjs/color-mode": "^3.1.4",
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
|
"@nuxtjs/tailwindcss": "^5.3.0",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"nuxt": "npm:nuxt3@latest",
|
|
"nuxt-full-static": "^0.1.1",
|
|
"reading-time": "^2.0.0-1",
|
|
"rehype-katex": "^6.0.2",
|
|
"remark-math": "^5.1.1",
|
|
"sitemap": "^7.1.1",
|
|
"typescript": "^4.7.4",
|
|
"unist-util-visit": "^4.1.0",
|
|
"vite-svg-loader": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.4"
|
|
}
|
|
}
|