forked from bloomberg/memray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 749 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
33
34
{
"name": "memray",
"private": true,
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"copy-webpack-plugin": "^14.0.0",
"jest": "^30.3.0",
"lodash": "^4.18.1",
"webpack": "^5.105.2",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@floating-ui/dom": "^1.7.5",
"bootstrap": "4.6.0",
"d3": "7.9.0",
"d3-flame-graph": "4.1.3",
"d3-scale-chromatic": "3.1.0",
"datatables.net": "1.11.3",
"datatables.net-bs4": "1.10.23",
"jquery": "3.6.0",
"plotly.js-dist-min": "2.11.1",
"popper.js": "1.16.1"
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/build/",
"<rootDir>/node_modules/"
]
},
"scripts": {
"build": "webpack",
"test": "jest"
}
}