Files
misode.github.io/package.json
dependabot[bot] cd318dc795 Bump marked from 3.0.8 to 4.0.10 (#195)
* Bump marked from 3.0.8 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/marked from 3.0.2 to 4.0.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Misode <Misoloo64@gmail.com>
2022-01-15 20:23:17 +01:00

52 lines
1.4 KiB
JSON

{
"name": "generators",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "npm run wasmfixer && tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"wasmfixer": "sed -i \"s/{: number, |: number/aa: number, ab: number/\" ./node_modules/deepslate-rs/deepslate_rs.d.ts"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.20",
"@mcschema/java-1.15": "^0.2.2",
"@mcschema/java-1.16": "^0.6.5",
"@mcschema/java-1.17": "^0.2.24",
"@mcschema/java-1.18": "^0.2.13",
"@mcschema/locales": "^0.1.42",
"buffer": "^6.0.3",
"comment-json": "^4.1.1",
"deepslate": "^0.9.0-beta.7",
"deepslate-rs": "^0.1.6",
"howler": "^2.2.3",
"js-yaml": "^3.14.1",
"marked": "^4.0.10",
"rfdc": "^1.3.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.0",
"@rollup/plugin-html": "^0.2.3",
"@types/google.analytics": "0.0.40",
"@types/howler": "^2.2.4",
"@types/js-yaml": "^4.0.4",
"@types/marked": "^4.0.1",
"@types/seedrandom": "^2.4.28",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"cypress": "^9.2.0",
"eslint": "^7.27.0",
"preact": "^10.5.13",
"preact-router": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^4.1.3",
"vite": "^2.3.7"
}
}