mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
26 lines
583 B
JSON
26 lines
583 B
JSON
{
|
|
"name": "generators",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"start": "webpack-dev-server -d --content-base ./public"
|
|
},
|
|
"keywords": [],
|
|
"author": "Misode",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/split.js": "^1.4.0",
|
|
"copy-webpack-plugin": "^6.0.1",
|
|
"minecraft-schemas": "^0.1.3",
|
|
"split.js": "^1.5.11",
|
|
"ts-loader": "^7.0.4",
|
|
"typescript": "^3.9.3",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0"
|
|
}
|
|
}
|