-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 759 Bytes
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
{
"name": "stackflame",
"version": "1.0.0",
"description": "Stacktrace flamegraph visualizer",
"author": {
"name": "Petr Kadlec",
"email": "mormegil@centrum.cz"
},
"license": "ISC",
"devDependencies": {
"@types/d3": "^5.7.2",
"browserify": "^17.0.1",
"fancy-log": "^1.3.3",
"gulp": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"tsify": "^4.0.1",
"typescript": "^3.6.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
},
"dependencies": {
"@types/d3-tip": "^3.5.5",
"bootstrap": "^4.3.1",
"d3": "7.9.0",
"d3-flame-graph": "5.0.0",
"d3-tip": "^0.9.1"
}
}