mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "sern-website",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Our modern, clean and beginner friendly web interface",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"typedoc-json": "typedoc --json ../sern-community/docs.json --pretty --entryPoints ../sernHandlerV2/src/index.ts --tsconfig ../sernHandlerV2/tsconfig.json --excludeExternals"
|
|
},
|
|
"dependencies": {
|
|
"@dipakparmar/docusaurus-plugin-umami": "^2.1.1",
|
|
"@docusaurus/core": "3.0.0",
|
|
"@docusaurus/preset-classic": "3.0.0",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"clsx": "^1.2.1",
|
|
"jsdoc-parse-plus": "^1.3.0",
|
|
"prism-react-renderer": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-modal": "^3.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.0.0",
|
|
"@docusaurus/types": "3.0.0",
|
|
"docusaurus-plugin-typedoc": "latest",
|
|
"typedoc": "latest",
|
|
"typedoc-plugin-markdown": "latest",
|
|
"typescript": "latest"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.16"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sern-handler/website.git"
|
|
},
|
|
"author": "xxDeveloper",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sern-handler/website/issues"
|
|
},
|
|
"homepage": "https://github.com/sern-handler/website#readme"
|
|
}
|