forked from open-source-labs/Reactime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 4.12 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
{
"name": "reactime",
"description": "build web extension bundle.js",
"jest": {
"transform": {
"^.+\\.(js|ts|tsx)$": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "jest --verbose --coverage --watchAll --forceExit",
"docker-test-lint": "eslint --ext .js --ext .jsx src",
"docs": "typedoc --json docs --inputFiles src/app --inputFiles src/backend --readme docs/readme.md"
},
"keywords": [
"react",
"useState",
"state",
"debug",
"react dev tool",
"reactime"
],
"repository": {
"type": "git",
"url": "https://github.com/open-source-labs/reactime"
},
"contributors": [
"Abaas Khorrami",
"Andy Wong",
"Bryan Lee",
"Carlos Perez",
"Chris Flannery",
"David Chai",
"Edwin Menendez",
"Ergi Shehu",
"Gabriela Jardim Aquino",
"Gregory Panciera",
"Haejin Jo",
"Hien Nguyen",
"Jack Crish",
"Josh Kim",
"Joshua Howard",
"Kevin Fey",
"Nathanael Wa Mwenze",
"Prasanna Malla",
"Rajeeb Banstola",
"Raymond Kwan",
"Rocky Lin",
"Ruth Anam",
"Ryan Dang",
"Sierra Swaby",
"Yujin Kang"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@types/chrome": "^0.0.119",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/jest": "^26.0.4",
"@types/node": "^12.12.50",
"@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.2",
"eslint": "^6.8.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": "^26.1.0",
"jest-cli": "^26.1.0",
"jest-diff": "^26.1.0",
"jest-puppeteer": "^4.4.0",
"jest-runner-eslint": "^0.7.7",
"minimatch": "^3.0.4",
"node-sass": "^4.14.1",
"puppeteer": "^5.1.0",
"sass": "^1.26.10",
"sass-loader": "^7.3.1",
"sinon-chrome": "^3.0.1",
"style-loader": "^0.23.1",
"ts-jest": "^26.1.2",
"ts-loader": "^7.0.5",
"typedoc": "^0.17.8",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@visx/axis": "^1.0.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": "^1.0.0",
"@visx/hierarchy": "^1.0.0",
"@visx/legend": "^1.0.0",
"@visx/responsive": "^1.0.0",
"@visx/scale": "^1.0.0",
"@visx/shape": "^1.0.0",
"@visx/text": "^1.0.0",
"@visx/tooltip": "^1.0.0",
"@visx/zoom": "^1.0.0",
"acorn": "^7.3.1",
"acorn-jsx": "^5.2.0",
"bower": "^1.8.8",
"cookie": "^0.4.1",
"d3": "^5.16.0",
"d3-scale-chromatic": "^2.0.0",
"d3-shape": "^2.0.0",
"d3-zoom": "^1.8.3",
"flatted": "^3.0.4",
"immer": "^3.3.0",
"jest-runner": "^26.1.0",
"jsondiffpatch": "^0.3.11",
"mixpanel": "^0.11.0",
"mixpanel-browser": "^2.39.0",
"prop-types": "^15.7.2",
"rc-slider": "^8.7.1",
"rc-tooltip": "^3.7.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-google-chart": "^0.1.2",
"react-google-charts": "^3.0.15",
"react-google-charts-ts": "^0.1.1",
"react-html-parser": "^2.0.2",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"recoil": "0.0.10",
"sankey": "^2.0.2"
}
}