forked from misode/misode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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.7",
"@mcschema/java-1.16": "^0.6.14",
"@mcschema/java-1.17": "^0.2.33",
"@mcschema/java-1.18": "^0.3.9",
"@mcschema/java-1.18.2": "^0.1.18",
"@mcschema/java-1.19": "^0.1.45",
"@mcschema/java-1.19.3": "^0.0.8",
"@mcschema/java-1.19.4": "^0.1.11",
"@mcschema/java-1.20": "^0.0.14",
"@mcschema/locales": "^0.1.87",
"@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1",
"buffer": "^6.0.3",
"comment-json": "^4.1.1",
"deepslate": "^0.18.0",
"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"
}
}