ㅑㅜㅎ
This commit is contained in:
parent
59415bd7ac
commit
f59b73235a
|
@ -20,7 +20,6 @@
|
||||||
"stats": "set NODE_ENV=production && webpack --progress --config ./config/webpack/webpack.config.stats.js --profile --json > ./config/webpack/stats/stats.json"
|
"stats": "set NODE_ENV=production && webpack --progress --config ./config/webpack/webpack.config.stats.js --profile --json > ./config/webpack/stats/stats.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/auth0-lock": "^10.16.2",
|
|
||||||
"@types/history": "^4.6.2",
|
"@types/history": "^4.6.2",
|
||||||
"@types/jest": "^21.1.8",
|
"@types/jest": "^21.1.8",
|
||||||
"@types/lodash": "^4.14.91",
|
"@types/lodash": "^4.14.91",
|
||||||
|
@ -73,7 +72,6 @@
|
||||||
"webpack-visualizer-plugin": "^0.1.11"
|
"webpack-visualizer-plugin": "^0.1.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"auth0-lock": "^10.24.1",
|
|
||||||
"history": "^4.7.2",
|
"history": "^4.7.2",
|
||||||
"immutable": "^3.8.2",
|
"immutable": "^3.8.2",
|
||||||
"inversify": "^4.9.0",
|
"inversify": "^4.9.0",
|
||||||
|
|
|
@ -14,7 +14,7 @@ class WebApp extends React.Component<Props, State> {
|
||||||
|
|
||||||
public render(): JSX.Element {
|
public render(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<b>Hello...</b>
|
<b>Hello....</b>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user