Initial Commit

🎉
* Adds Manifest for Extension
* Adds barebone messaging from extension and front-end
* Adds .env to run react app under CSP
This commit is contained in:
Indrajith K L
2019-07-12 19:59:42 +05:30
parent 481bbb5a22
commit fa8316a94c
11 changed files with 190 additions and 94 deletions

View File

@@ -3,9 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"primeicons": "^1.0.0",
"primereact": "^3.1.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
"react-scripts": "3.0.1",
"react-transition-group": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",