Split html from content
... | ... | @@ -39,6 +39,8 @@ |
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.7", | ||
"@types/react": "^16.9.17", | ||
"@types/react-dom": "^16.9.4", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.6.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
... | ... | @@ -48,6 +50,7 @@ |
"istanbul": "^0.4.5", | ||
"mocha": "^6.2.2", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.7.4", | ||
"unit.js": "^2.1.1" | ||
}, | ||
"optionalDependencies": {} | ||
... | ... |