-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "mcpd",
"version": "1.0.0-alpha.11",
"main": "index.js",
"bin": {
"mcpd": "bin/mcpd.js"
},
"license": "MIT",
"scripts": {
"start": "parcel -d public src/index.html",
"build": "rm -rf public/* && parcel build --no-source-maps -d public src/index.html",
"prepublishOnly": "yarn build && git add public"
},
"devDependencies": {
"@babel/polyfill": "^7.8.3",
"@vue/component-compiler-utils": "^3.2.0",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^1.5.0",
"standard": "^14.3.1",
"tailwindcss": "^1.2.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"last 1 chrome versions"
],
"dependencies": {
"commander": "^4.1.1",
"deep-extend": "^0.6.0",
"env-paths": "^2.2.0",
"ext-name": "^5.0.0",
"fastify": "^2.12.0",
"fastify-websocket": "^1.1.0",
"fastify-ws": "^1.0.3",
"json-format-highlight": "^1.0.4",
"minecraft-data": "^2.41.0",
"minecraft-protocol": "^1.10.0",
"mkdirp": "^1.0.3",
"msgpack-lite": "^0.1.26",
"vue": "^2.5.21",
"vue-feather-icons": "^5.0.0",
"vue-hot-reload-api": "^2.3.4"
},
"repository": "https://github.com/wvffle/minecraft-packet-debugger.git",
"author": "Kasper Seweryn <[email protected]>"
}