Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.38.4 to 6.38.5. - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.38.4...6.38.5) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-version: 6.38.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "opengist",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node_modules/.bin/vite -c public/vite.config.js",
|
|
"build": "node_modules/.bin/vite -c public/vite.config.js build",
|
|
"preview": "node_modules/.bin/vite -c public/vite.config.js preview",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@catppuccin/highlightjs": "^1.0.1",
|
|
"@codemirror/commands": "^6.9.0",
|
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/text": "^0.19.6",
|
|
"@codemirror/view": "^6.38.5",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"codemirror": "^6.0.2",
|
|
"github-markdown-css": "^5.8.1",
|
|
"highlight.js": "^11.11.1",
|
|
"jdenticon": "^3.3.0",
|
|
"katex": "^0.16.23",
|
|
"marked": "^16.4.0",
|
|
"nodemon": "^3.1.10",
|
|
"pdfobject": "^2.3.1",
|
|
"tailwindcss": "^4.1.14",
|
|
"vite": "^7.1.9"
|
|
}
|
|
}
|