personal-site/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2024-12-21 19:11:09 -08:00
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
2025-01-01 20:56:09 -08:00
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
2024-12-21 19:11:09 -08:00
},
"dependencies": {
2025-01-01 11:13:16 -08:00
"@mdit/plugin-alert": "^0.14.0",
"@mdit/plugin-align": "^0.14.0",
"@mdit/plugin-figure": "^0.14.0",
"@mdit/plugin-footnote": "^0.14.0",
"@mdit/plugin-mark": "^0.14.0",
"@mdit/plugin-tab": "^0.14.0",
"@mdit/plugin-tasklist": "^0.14.0",
"@mdit/plugin-tex": "^0.14.0",
2025-01-04 02:47:38 -08:00
"@nuxt/content": "^2.13.4",
2024-12-21 19:11:09 -08:00
"@popperjs/core": "^2.11.8",
"@tsparticles/slim": "^3.7.1",
2024-12-22 12:22:47 -08:00
"@types/markdown-it": "^14.1.2",
2025-01-01 11:13:16 -08:00
"css-loader": "^7.1.2",
"markdown-it-checkbox": "^1.1.0",
2025-01-01 00:26:10 -08:00
"mathpix-markdown-it": "^2.0.9",
2024-12-21 19:11:09 -08:00
"nuxt": "^3.14.1592",
2025-01-01 11:13:16 -08:00
"ofetch": "^1.4.1",
"postcss-loader": "^8.1.1",
2025-01-03 21:50:12 -08:00
"sass-embedded": "^1.83.1",
2025-01-01 11:13:16 -08:00
"tex-to-svg": "^0.2.0",
"texsvg": "^2.2.2",
2024-12-21 19:11:09 -08:00
"tsparticles": "^3.7.1",
"vue": "latest",
2025-01-01 11:13:16 -08:00
"vue-loader": "^17.4.2",
2024-12-21 19:11:09 -08:00
"vue-router": "latest",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/vue3": "^3.0.1",
"front-matter": "^4.0.2",
"highlight.js": "^11.10.0",
2025-01-03 21:50:12 -08:00
"markdown-it": "^14.1.0",
"date-fns": "4.1.0"
2024-12-21 19:11:09 -08:00
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"nuxt-particles": "^0.3.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}