forked from misode/misode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 963 Bytes
/
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
{
"name": "generators",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack-cli -p",
"start": "webpack-dev-server -d --content-base ./public --host 0.0.0.0"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.0",
"@mcschema/java-1.15": "^0.2.0",
"@mcschema/java-1.16": "^0.6.0",
"@mcschema/java-1.17": "^0.2.0",
"@mcschema/locales": "^0.1.17",
"@types/google.analytics": "0.0.40",
"@types/seedrandom": "^2.4.28",
"@types/split.js": "^1.4.0",
"copy-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^4.3.0",
"merge-jsons-webpack-plugin": "^1.0.21",
"seedrandom": "^3.0.5",
"selfsigned": "^1.10.8",
"split.js": "^1.5.11",
"ts-loader": "^7.0.4",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}