-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.15 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@reduxjs/react-redux-benchmarks",
"version": "0.1.0",
"description": "benchmark suite and runner for react-redux",
"main": "index.js",
"scripts": {
"start": "tsx ./runBenchmarks.ts",
"format": "prettier --write \"sources/**/src/*.{js,jsx,ts,tsx}\" *.js",
"build": "tsx scripts/build.ts",
"build:node": "tsx scripts/build-node.ts",
"serve": "npx http-server dist -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reduxjs/react-redux-benchmarks.git"
},
"keywords": [
"react-redux",
"benchmark",
"redux"
],
"author": "Gregory Beaver <greg.beaver.cello@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reduxjs/react-redux-benchmarks/issues"
},
"homepage": "https://github.com/reduxjs/react-redux-benchmarks#readme",
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/dom": "^8.5.0",
"@testing-library/user-event": "^13.2.1",
"@types/yargs": "^17",
"chalk": "4.1.2",
"chance": "^1.1.8",
"cli-table2": "^0.2.0",
"cross-spawn": "^6.0.5",
"events": "^3.0.0",
"express": "^4.16.4",
"glob": "^7.1.3",
"playwright": "^1.49.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-redux": "file:.yalc/react-redux",
"react-redux-8.1.1": "npm:react-redux@8.1.1",
"react-redux-9.2.0": "npm:react-redux@9.2.0",
"react-redux-9.2.0-signals-selectors": "file:.yalc\\react-redux",
"recursive-copy": "^2.0.9",
"redux": "^5.0.0",
"reselect": "^5.0.0",
"seedrandom": "^3.0.5",
"tsx": "^4.19.2",
"use-sync-external-store": "latest",
"yargs": "^17"
},
"devDependencies": {
"@ast-grep/napi": "^0.43.0",
"@happy-dom/global-registrator": "^20.10.1",
"@types/cli-table2": "^0.2.3",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.12",
"@types/glob": "^8.1.0",
"@types/node": "^25.9.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript/native-preview": "beta",
"alien-signals": "^3.2.1",
"fs-extra": "^10.0.0",
"happy-dom": "^18.0.1",
"prettier": "latest",
"vite": "^8"
},
"packageManager": "pnpm@11.0.2"
}