Files
misode.github.io/package.json
2021-10-27 20:00:13 +02:00

43 lines
1.1 KiB
JSON

{
"name": "generators",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.13",
"@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.1.16",
"@mcschema/locales": "^0.1.35",
"deepslate": "^0.9.0-beta.2",
"howler": "^2.2.3",
"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/seedrandom": "^2.4.28",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.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"
}
}