-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
41 lines (41 loc) · 998 Bytes
/
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
{
"name": "benchmark",
"private": true,
"version": "0.0.1",
"description": "Benchmarks.",
"main": "index.js",
"scripts": {
"create-report": "ts-node report.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"@paldepind/finger-tree": "0.0.2",
"@types/benchmark": "^1.0.31",
"@types/lodash": "^4.14.108",
"@types/node": "^10.0.4",
"@types/plotly.js": "^1.36.0",
"@types/pretty-ms": "^3.0.0",
"@types/yargs": "^11.0.0",
"benchmark": "^2.1.4",
"chroma-js": "^1.3.7",
"denque": "^1.2.3",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.3",
"immutable": "3.8.2",
"knuth-shuffle": "^1.0.8",
"lodash": "^4.17.19",
"mori": "^0.3.2",
"plotly.js": "^1.58.5",
"pretty-ms": "^3.1.0",
"ramda": "^0.25.0",
"ts-loader": "^4.2.0",
"ts-node": "^6.0.2",
"webpack": "^4.7.0",
"webpack-dev-server": "^3.1.4",
"yargs": "^11.0.0"
},
"devDependencies": {
"webpack-cli": "^5.0.1"
}
}