mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 3.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "generators",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .ts,.tsx"
|
|
},
|
|
"keywords": [],
|
|
"author": "Misode",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@giscus/react": "^2.2.3",
|
|
"@mcschema/core": "^0.12.40",
|
|
"@mcschema/java-1.15": "^0.2.6",
|
|
"@mcschema/java-1.16": "^0.6.13",
|
|
"@mcschema/java-1.17": "^0.2.32",
|
|
"@mcschema/java-1.18": "^0.3.8",
|
|
"@mcschema/java-1.18.2": "^0.1.17",
|
|
"@mcschema/java-1.19": "^0.1.44",
|
|
"@mcschema/java-1.19.3": "^0.0.7",
|
|
"@mcschema/java-1.19.4": "^0.1.10",
|
|
"@mcschema/java-1.20": "^0.0.10",
|
|
"@mcschema/locales": "^0.1.85",
|
|
"@zip.js/zip.js": "^2.4.5",
|
|
"brace": "^0.11.1",
|
|
"buffer": "^6.0.3",
|
|
"comment-json": "^4.1.1",
|
|
"deepslate": "^0.17.5",
|
|
"deepslate-1.18": "npm:deepslate@^0.9.0-beta.9",
|
|
"deepslate-1.18.2": "npm:deepslate@^0.9.0-beta.13",
|
|
"highlight.js": "^11.5.1",
|
|
"howler": "^2.2.3",
|
|
"js-yaml": "^3.14.1",
|
|
"lz-string": "^1.4.4",
|
|
"marked": "^4.0.10",
|
|
"rfdc": "^1.3.0",
|
|
"sourcemapped-stacktrace": "^1.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.4.0",
|
|
"@rollup/plugin-html": "^1.0.1",
|
|
"@types/google.analytics": "0.0.40",
|
|
"@types/gtag.js": "^0.0.10",
|
|
"@types/howler": "^2.2.4",
|
|
"@types/js-yaml": "^4.0.4",
|
|
"@types/lz-string": "^1.3.34",
|
|
"@types/marked": "^4.0.1",
|
|
"@types/seedrandom": "^2.4.28",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"cypress": "^9.2.0",
|
|
"eslint": "^8.17.0",
|
|
"fast-glob": "^3.2.11",
|
|
"preact": "^10.8.0",
|
|
"preact-router": "^3.2.1",
|
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
"typescript": "^4.7.3",
|
|
"vite": "^3.2.7",
|
|
"vite-plugin-static-copy": "^0.12.0"
|
|
}
|
|
}
|