Skip to content

Commit

Permalink
feat: add product tour experiment (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Sep 21, 2023
1 parent e73eaae commit 26a44a0
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 54 deletions.
161 changes: 155 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.2.0",
"@optimizely/react-sdk": "^2.9.2",
"core-js": "3.31.1",
"prop-types": "15.8.1",
"react-markdown": "^8.0.5"
"react-markdown": "^8.0.5",
"uuid": "9.0.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.3.0 || ^5.0.0",
Expand All @@ -59,8 +61,7 @@
"react-router": "5.2.1 || ^6.0.0",
"react-router-dom": "5.3.0 || ^6.0.0",
"redux": "4.1.2",
"regenerator-runtime": "0.13.11",
"uuid": "9.0.0"
"regenerator-runtime": "0.13.11"
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
Expand Down
Loading

0 comments on commit 26a44a0

Please sign in to comment.