remove bower dependancy and covert packages to npm

This commit is contained in:
Vu Nguyen
2021-01-14 20:11:23 -06:00
parent 9ef655ac3b
commit 8f68fedaf9
6 changed files with 18 additions and 34 deletions

View File

@@ -70,26 +70,15 @@
"typescript": "^4.1.3"
},
"dependencies": {
"bootstrap": "^4.0.0",
"bootstrap": "3.3.7",
"classnames": "^2.2.5",
"create-react-class": "^15.6.3",
"font-awesome": "4.6.3",
"jquery": "^3.0.0",
"moment": "^2.13.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^1.0.0",
"webextension-polyfill": "^0.4.0"
},
"jshintConfig": {
"asi": false,
"browser": true,
"curly": false,
"expr": true,
"indent": 4,
"loopfunc": true,
"node": true,
"trailing": true,
"undef": true,
"white": true
}
}