Skip to content

Commit 2ae6d73

Browse files
committed
Merged with master
2 parents 281546c + 63a7e04 commit 2ae6d73

35 files changed

+666
-45
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
node_modules
12
/node_modules
3+
./node_modules
24
.DS_Store
35
src/extension/build/bundles
46
package/reactime-*.tgz
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

Lines changed: 142 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,27 @@
108108
"acorn": "^7.3.1",
109109
"acorn-jsx": "^5.2.0",
110110
"bower": "^1.8.8",
111+
"cookie": "^0.4.1",
111112
"d3": "^5.16.0",
112113
"d3-zoom": "^1.8.3",
113114
"flatted": "^3.0.4",
114115
"immer": "^3.3.0",
115116
"jest-runner": "^26.1.0",
116117
"jsondiffpatch": "^0.3.11",
118+
"mixpanel": "^0.11.0",
119+
"mixpanel-browser": "^2.39.0",
117120
"prop-types": "^15.7.2",
118121
"rc-slider": "^8.7.1",
119122
"rc-tooltip": "^3.7.3",
120123
"react": "^16.13.1",
121124
"react-dom": "^16.13.1",
125+
"react-google-chart": "^0.1.2",
126+
"react-google-charts": "^3.0.15",
122127
"react-html-parser": "^2.0.2",
123128
"react-json-tree": "^0.11.2",
124129
"react-router-dom": "^5.2.0",
125130
"react-select": "^3.1.0",
126-
"recoil": "0.0.10"
131+
"recoil": "0.0.10",
132+
"sankey": "^2.0.2"
127133
}
128134
}

0 commit comments

Comments
 (0)