forked from open-source-labs/Reactime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
224 lines (224 loc) · 6.16 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"name": "reactime",
"description": "build web extension bundle.js",
"jest": {
"transform": {
"^.+\\.(js|ts|tsx)$": "ts-jest"
},
"testPathIgnorePatterns": [
"www",
"./src/backend/__tests__/ignore"
],
"coveragePathIgnorePatterns": [
"/src/backend/__tests__/ignore/"
],
"transformIgnorePatterns": [
"/node_modules/(?!d3|d3-array|internmap|delaunator|robust-predicates)"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch",
"buildlegacy": "webpack --mode production",
"devlegacy": "webpack --mode development --watch",
"test": "jest --verbose --coverage",
"test-backend": "jest --verbose --coverage src/backend",
"test-on": "./node_modules/.bin/jest $1",
"docker-test-lint": "eslint --ext .js --ext .jsx src",
"docs": "typedoc --json docs --inputFiles src/app --inputFiles src/backend --readme docs/readme.md",
"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": [
"Abaas Khorrami",
"Ali Rahman",
"Andy Tsou",
"Andy Wong",
"Becca Viner",
"Ben Margolius",
"Bryan Lee",
"Caitlin Chan",
"Caner Demir",
"Carlos Perez",
"Chris Flannery",
"Christopher LeBrett",
"Cole Styron",
"David Chai",
"David Kim",
"Dennis Lopez",
"Edwin Menendez",
"Ergi Shehu",
"Eric Yun",
"Freya Wu",
"Gabriela Jardim Aquino",
"Gregory Panciera",
"Haejin Jo",
"Hien Nguyen",
"Jack Crish",
"James Nghiem",
"Joseph Park",
"Josh Kim",
"Joshua Howard",
"Kevin Fey",
"Kevin HoEun Lee",
"Kevin Ngo",
"Kim Mai Nguyen",
"Lance Ziegler",
"Lina Shin",
"Nathanael Wa Mwenze",
"Ngoc Zwolinski",
"Peter Lam",
"Prasanna Malla",
"Rajeeb Banstola",
"Raymond Kwan",
"Robby Tipton",
"Rocky Lin",
"Ruth Anam",
"Ryan Dang",
"Sierra Swaby",
"Tania Lind",
"Viet Nguyen",
"Wilton Lee",
"Yujin Kang",
"Zachary Freeman"
],
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@emotion/babel-plugin": "^11.7.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^13.4.0",
"@types/chai": "^4.2.14",
"@types/chrome": "^0.0.119",
"@types/d3": "^7.4.0",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/jest": "^29.5.0",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^12.19.6",
"@types/react": "^17.0.43",
"@types/react-router": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-loader": "^8.1.0",
"babel-preset-airbnb": "^5.0.0",
"core-js": "^3.6.5",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^1.7.0",
"express": "^4.17.1",
"jest": "^29.5.0",
"jest-cli": "^26.1.0",
"jest-diff": "^26.1.0",
"jest-runner-eslint": "^2.0.0",
"jscharting-react": "^1.2.1",
"prettier": "2.8.4",
"puppeteer": "^14.3.0",
"react-devtools-core": "^4.27.3",
"sass": "^1.26.10",
"sass-loader": "^7.3.1",
"sinon-chrome": "^3.0.1",
"style-loader": "^0.23.1",
"ts-jest": "^29.0.5",
"ts-loader": "^8.0.0",
"ts-node": "^9.1.1",
"typedoc": "^0.5.0",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^4.9.0",
"webpack": "^4.43.0",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@material-ui/core": "^4.12.4",
"@types/react-dom": "^17.0.14",
"@types/react-router-dom": "^5.3.3",
"@visx/axis": "^1.0.0",
"@visx/brush": "^1.2.0",
"@visx/clip-path": "^1.0.0",
"@visx/event": "^1.0.0",
"@visx/glyph": "^1.0.0",
"@visx/gradient": "^1.0.0",
"@visx/grid": "^1.0.0",
"@visx/group": "^3.0.0",
"@visx/hierarchy": "^1.0.0",
"@visx/legend": "^1.0.0",
"@visx/responsive": "^1.0.0",
"@visx/scale": "^1.0.0",
"@visx/shape": "^3.0.0",
"@visx/text": "^3.0.0",
"@visx/tooltip": "^1.0.0",
"@visx/zoom": "^1.0.0",
"acorn": "^7.3.1",
"acorn-jsx": "^5.2.0",
"apexcharts": "^3.23.1",
"chai": "^4.2.0",
"d3": "^7.6.1",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^2.0.0",
"d3-zoom": "^3.0.0",
"immer": "^9.0.12",
"intro.js": "^5.0.0",
"intro.js-react": "^0.6.0",
"jest-runner": "^26.1.0",
"jscharting": "^3.0.2",
"jsdom": "^21.1.1",
"jsondiffpatch": "^0.3.11",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"rc-slider": "^8.7.1",
"rc-tooltip": "^3.7.3",
"react": "^18.0.0",
"react-apexcharts": "^1.3.7",
"react-dom": "^18.2.0",
"react-hover": "^2.0.0",
"react-html-parser": "^2.0.2",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"react-spinners": "^0.11.0",
"react-split": "^2.0.14",
"recoil": "0.0.10",
"util": "^0.12.4",
"web-vitals": "^1.1.0",
"yarn": "^1.22.19"
}
}