forked from open-source-labs/Reactime
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
206 lines (206 loc) · 5.17 KB
/
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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"name": "reactime",
"description": "build web extension bundle.js",
"scripts": {
"build": "webpack --mode production",
"dev": "cross-env NODE_ENV=development webpack --mode development --watch",
"buildlegacy": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
"devlegacy": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch",
"test": "jest --verbose --coverage",
"test-backend": "jest --verbose --coverage src/backend",
"test-frontend": "jest --verbose --coverage src/app",
"test-on": "./node_modules/.bin/jest $1",
"docker-test-lint": "eslint --ext .js --ext .jsx src",
"docs": "typedoc",
"format": "prettier --config .prettierrc './**/*.{ts,tsx,js,jsx}' --write"
},
"keywords": [
"react",
"useState",
"state",
"debug",
"react dev tool",
"reactime",
"performance",
"gatsby",
"next.js",
"rendering",
"optimization"
],
"repository": {
"type": "git",
"url": "https://github.com/open-source-labs/reactime"
},
"contributors": [
"Jesse Guerrero",
"Oliver Cho",
"Eva Ury",
"Amy Yang",
"Abaas Khorrami",
"Alex Gomez",
"Alexander Landeros",
"Ali Rahman",
"Andrew Byun",
"Andy Tsou",
"Andy Wong",
"Becca Viner",
"Ben Margolius",
"Bryan Lee",
"Caitlin Chan",
"Caner Demir",
"Carlos Perez",
"Chris Flannery",
"Chris Guizzetti",
"Christopher LeBrett",
"Christopher Stamper",
"Cole Styron",
"Daljit Gill",
"Dane Corpion",
"David Bernstein",
"David Chai",
"David Kim",
"David Moore",
"Dennis Lopez",
"Edar Liu",
"Edwin Menendez",
"Eivind Del Fierro",
"Ergi Shehu",
"Eric Yun",
"Freya Wu",
"Gabriela Jardim Aquino",
"Gregory Panciera",
"Haejin Jo",
"Harry Fox",
"Hien Nguyen",
"Jack Crish",
"Jackie Yuan",
"James McCollough",
"James Nghiem",
"Jasmine Noor",
"Jason Victor",
"Jesse Rosengrant",
"Jimmy Phy",
"John Banks",
"Joseph Park",
"Joseph Stern",
"Josh Kim",
"Joshua Howard",
"Kelvin Mirhan",
"Kevin Fey",
"Kevin HoEun Lee",
"Kevin Ngo",
"Kim Mai Nguyen",
"Kris Sorensen",
"Kristina Wallen",
"Kyle Bell",
"Lance Ziegler",
"Liam Donaher",
"Lina Shin",
"Mark Teets",
"Mike Bednarz",
"Minzo Kim",
"Morah Geist",
"Nathanael Wa Mwenze",
"Nathan Richardson",
"Ngoc Zwolinski",
"Nick Huemmer",
"Peter Lam",
"Prasanna Malla",
"Quan Le",
"Rajeeb Banstola",
"Raymond Kwan",
"Robby Tipton",
"Robert Maeda",
"Rocky Lin",
"Ruth Anam",
"Ryan Dang",
"Sergei Liubchenko",
"Sean Kelly",
"Sierra Swaby",
"Tania Lind",
"Viet Nguyen",
"Vincent Nguyen",
"Wilton Lee",
"Yididia Ketema",
"Yujin Kang",
"Zachary Freeman"
],
"license": "ISC",
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/chrome": "^0.0.254",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"html-webpack-plugin": "^5.5.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jsdom": "^23.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/system": "^5.15.1",
"@reduxjs/toolkit": "^2.0.1",
"@visx/axis": "^3.5.0",
"@visx/event": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/grid": "^3.5.0",
"@visx/group": "^3.3.0",
"@visx/hierarchy": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"cross-env": "^7.0.3",
"d3": "^7.8.5",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.2.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"html-react-parser": "^5.0.11",
"intro.js": "^7.2.0",
"intro.js-react": "^1.0.0",
"jest-environment-jsdom": "^29.7.0",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"node": "^18.12.1",
"prettier": "^3.1.1",
"rc-slider": "^10.5.0",
"rc-tooltip": "^6.1.3",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-hover": "^3.0.1",
"react-json-tree": "^0.18.0",
"react-redux": "^9.0.4",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"redux": "^5.0.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.69.5",
"styled-components": "^6.1.2",
"web-vitals": "^3.5.0"
}
}