remove bower dependancy and covert packages to npm
This commit is contained in:
15
package.json
15
package.json
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user