public/package.json
eggy e79f634d22 feat: add nuxt-zero-js
This saves us one step in the build process although doesn't fix the root problem.
2022-09-11 08:53:26 -04:00

30 lines
733 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": "^3.0.0-rc.8",
"nuxt-full-static": "^0.2.1",
"nuxt-zero-js": "^0.1.3",
"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"
}
}