Files
misode.github.io/package.json
2022-08-15 21:44:32 +02:00

66 lines
1.8 KiB
JSON

{
"name": "generators",
"version": "1.0.0",
"private": true,
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"dependencies": {
"@giscus/react": "^1.1.2",
"@mcschema/core": "^0.12.37",
"@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.14",
"@mcschema/java-1.19": "^0.1.38",
"@mcschema/locales": "^0.1.70",
"@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1",
"buffer": "^6.0.3",
"comment-json": "^4.1.1",
"deepslate": "^0.12.0-beta.1",
"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.2.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-html": "^0.2.3",
"@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": "^2.3.7",
"vite-plugin-static-copy": "^0.5.0"
}
}