diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
commit | 008c9380b15dbfeeafb7261883161254fc6e20fe (patch) | |
tree | a4d2cb1c5f7eb2fe16e56384b0b0dc94b405e05c /package.json | |
parent | 716861da189d7084d01b6311e316a89ef7a19f2a (diff) | |
download | SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.tar.gz SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.zip |
Switched notice to react
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index f68cda87..c778277c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,15 @@ "description": "", "main": "background.js", "dependencies": { - "concurrently": "^5.1.0" + "@types/react": "^16.9.22", + "@types/react-dom": "^16.9.5", + "babel": "^6.23.0", + "babel-core": "^6.26.3", + "babel-loader": "^8.0.6", + "babel-preset-env": "^1.7.0", + "concurrently": "^5.1.0", + "react": "^16.12.0", + "react-dom": "^16.12.0" }, "devDependencies": { "web-ext": "^4.0.0", |