51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"@nuxt/content": "^2.13.4",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tsparticles/slim": "^3.7.1",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"css-loader": "^7.1.2",
|
|
"markdown-it-checkbox": "^1.1.0",
|
|
"mathpix-markdown-it": "^2.0.9",
|
|
"nuxt": "^3.14.1592",
|
|
"ofetch": "^1.4.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"sass-embedded": "^1.83.1",
|
|
"tex-to-svg": "^0.2.0",
|
|
"texsvg": "^2.2.2",
|
|
"tsparticles": "^3.7.1",
|
|
"vue": "latest",
|
|
"vue-loader": "^17.4.2",
|
|
"vue-router": "latest",
|
|
"@tsparticles/engine": "^3.5.0",
|
|
"@tsparticles/vue3": "^3.0.1",
|
|
"front-matter": "^4.0.2",
|
|
"highlight.js": "^11.10.0",
|
|
"markdown-it": "^14.1.0",
|
|
"date-fns": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"nuxt-particles": "^0.3.0",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|