-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "stalk",
"version": "0.4.0",
"description": "Highly flexible trace analysis tool for Jaeger and Zipkin",
"homepage": "https://github.com/dgurkaynak/stalk",
"repository": "github:dgurkaynak/stalk",
"private": true,
"license": "MIT",
"author": {
"name": "Deniz Gurkaynak",
"email": "dgurkaynak@gmail.com",
"url": "https://github.com/dgurkaynak"
},
"main": "src/index.ts",
"dependencies": {},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"build:watch": "webpack --mode development --watch",
"commit": "git-cz",
"dev": "webpack serve --mode development --host 0.0.0.0",
"format": "prettier --write ."
},
"devDependencies": {
"@mdi/js": "^5.3.45",
"@mdi/react": "^1.4.0",
"@mdi/svg": "^4.5.95",
"@phosphor/widgets": "^1.9.3",
"@types/chroma-js": "^2.1.3",
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.168",
"@types/logfmt": "^1.2.1",
"@types/object-hash": "^2.1.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"buffer": "^6.0.3",
"chance": "^1.1.7",
"chroma-js": "^2.1.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"commitizen": "^4.2.3",
"css-loader": "^5.2.4",
"cz-conventional-changelog": "^3.3.0",
"date-fns": "^2.21.1",
"dexie": "^3.0.3",
"events": "^3.0.0",
"favicons": "^6.2.1",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.9",
"focus-trap": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"fuse.js": "^3.4.6",
"google-palette": "^1.1.0",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^5.3.1",
"lodash": "^4.17.21",
"logfmt": "^1.3.2",
"monaco-editor": "^0.23.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"noty": "^3.2.0-beta-deprecated",
"object-hash": "^2.1.1",
"parse-duration": "^1.0.0",
"prettier": "2.0.5",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shortid": "^2.2.16",
"source-map-loader": "^2.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"tabulator-tables": "4.5.3",
"tippy.js": "^5.1.1",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"uglifycss": "0.0.29",
"url-join": "^4.0.1",
"webpack": "^5.35.1",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"xstate": "^4.18.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}