bootstrap is temporarily added

This commit is contained in:
Sukchan Lee 2017-06-24 09:08:33 +09:00
parent 9bfb850410
commit acd19ecf81
5 changed files with 26 additions and 3 deletions

View File

@ -36,6 +36,7 @@
"react-event-listener": "^0.4.5",
"react-icons": "^2.2.5",
"react-immutable-proptypes": "^2.1.0",
"react-jsonschema-form": "^0.49.0",
"react-onclickoutside": "^5.11.1",
"react-redux": "^5.0.5",
"react-transition-group": "^1.1.3",

View File

@ -22,8 +22,9 @@ export default class MyDocument extends Document {
<meta name="author" content="NextEPC" />
<meta name="description" content={description} />
<link rel="stylesheet" type="text/css" href="/static/index.css" />
<link rel="stylesheet" type="text/css" href="/static/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/static/nprogress.css" />
<link rel="stylesheet" type="text/css" href="/static/index.css" />
{styleTags}
</Head>
<body>

View File

@ -1,7 +1,10 @@
import List from './List';
import Search from './Search';
import Editor from './Editor';
export {
List,
Search
Search,
Editor
};

View File

@ -20,6 +20,7 @@ html, body {
-ms-font-smoothing: subpixel-antialiased;
font-family: 'Roboto', sans-serif;
font-size: 16px;
background: white;
}

View File

@ -2459,6 +2459,10 @@ jsonify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
jsonschema@^1.0.2:
version "1.1.1"
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.1.1.tgz#3cede8e3e411d377872eefbc9fdf26383cbc3ed9"
jsprim@^1.2.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918"
@ -2552,6 +2556,10 @@ lodash.isplainobject@~4.0.0:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
lodash.topath@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
@ -3287,7 +3295,7 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"
prop-types@15.5.10, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6:
prop-types@15.5.10, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8:
version "15.5.10"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
dependencies:
@ -3454,6 +3462,15 @@ react-immutable-proptypes@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz#023d6f39bb15c97c071e9e60d00d136eac5fa0b4"
react-jsonschema-form@^0.49.0:
version "0.49.0"
resolved "https://registry.yarnpkg.com/react-jsonschema-form/-/react-jsonschema-form-0.49.0.tgz#58bf691eae2d016d5c23cb59512f2e74f54ac324"
dependencies:
jsonschema "^1.0.2"
lodash.topath "^4.5.2"
prop-types "^15.5.8"
setimmediate "^1.0.5"
react-onclickoutside@^5.11.1:
version "5.11.1"
resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-5.11.1.tgz#00314e52567cf55faba94cabbacd119619070623"