-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 863 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
{
"name": "icepick-benchmarks",
"version": "1.0.0",
"description": "Benchmark icepick vs other immutable libraries",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"author": "Alex Early",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"baobab": "^2.5.3",
"icepick": "^2.4.0",
"immer": "^5.0.0",
"immutable": "^3.8.2",
"lodash": "^4.17.15",
"mori": "^0.3.2",
"performance-now": "^2.1.0",
"seamless-immutable": "^7.1.4",
"table": "^5.4.6",
"yargs": "^15.0.2"
},
"devDependencies": {
"standard": "^14.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aearly/icepick-benchmarks.git"
},
"bugs": {
"url": "https://github.com/aearly/icepick-benchmarks/issues"
},
"homepage": "https://github.com/aearly/icepick-benchmarks#readme"
}