forked from reduxjs/react-redux-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 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
{
"name": "@reduxjs/react-redux-benchmarks",
"version": "0.1.0",
"description": "benchmark suite and runner for react-redux",
"main": "index.js",
"scripts": {
"initialize": "node ./setupRuns.js",
"start": "node ./runBenchmarks.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reduxjs/react-redux-benchmarks.git"
},
"keywords": [
"react-redux",
"benchmark",
"redux"
],
"author": "Gregory Beaver <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reduxjs/react-redux-benchmarks/issues"
},
"homepage": "https://github.com/reduxjs/react-redux-benchmarks#readme",
"dependencies": {
"cli-table2": "^0.2.0",
"cross-spawn": "^6.0.5",
"puppeteer": "^1.7.0",
"react-scripts": "^1.1.5",
"recursive-copy": "^2.0.9",
"tracealyzer": "^0.9.3"
}
}