public/package.json

29 lines
698 B
JSON
Raw Normal View History

2021-04-07 12:21:17 -04:00
{
2022-07-21 16:50:03 -04:00
"private": true,
2021-04-07 12:21:17 -04:00
"scripts": {
2022-07-21 16:50:03 -04:00
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
2021-04-07 12:21:17 -04:00
},
"devDependencies": {
2022-07-22 15:32:00 -04:00
"@nuxt/content": "npm:@nuxt/content-edge@latest",
2023-01-03 15:00:08 -05:00
"@nuxtjs/color-mode": "^3.2.0",
2022-07-21 22:03:35 -04:00
"@nuxtjs/sitemap": "^2.4.0",
2023-01-03 15:00:08 -05:00
"@nuxtjs/tailwindcss": "^6.2.0",
2022-07-22 15:32:00 -04:00
"@tailwindcss/typography": "^0.5.2",
2023-01-03 15:00:08 -05:00
"nuxt": "^3.0.0",
2022-08-12 20:14:37 -04:00
"nuxt-full-static": "^0.2.1",
2022-08-10 16:31:25 -04:00
"reading-time": "^2.0.0-1",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
2022-07-22 15:32:00 -04:00
"sitemap": "^7.1.1",
"typescript": "^4.7.4",
2022-08-10 16:31:25 -04:00
"unist-util-visit": "^4.1.0",
2023-01-03 15:00:08 -05:00
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"dayjs": "^1.11.4"
2021-04-07 12:21:17 -04:00
}
}