Commit ddf0fa9e by 小明

增加第三方 css 库的依赖

parent a1c1c8b0
...@@ -70,12 +70,14 @@ ...@@ -70,12 +70,14 @@
] ]
}, },
"dependencies": { "dependencies": {
"animate.css": "^3.5.2",
"antd": "^2.5.3", "antd": "^2.5.3",
"babel-polyfill": "6.16.0", "babel-polyfill": "6.16.0",
"chalk": "1.1.3", "chalk": "1.1.3",
"compression": "1.6.2", "compression": "1.6.2",
"cross-env": "3.1.3", "cross-env": "3.1.3",
"express": "4.14.0", "express": "4.14.0",
"font-awesome": "^4.7.0",
"fontfaceobserver": "2.0.5", "fontfaceobserver": "2.0.5",
"immutable": "3.8.1", "immutable": "3.8.1",
"intl": "1.2.5", "intl": "1.2.5",
...@@ -97,6 +99,7 @@ ...@@ -97,6 +99,7 @@
"reselect": "2.5.4", "reselect": "2.5.4",
"sanitize.css": "4.1.0", "sanitize.css": "4.1.0",
"styled-components": "1.0.3", "styled-components": "1.0.3",
"swiper": "^3.4.1",
"warning": "3.0.0", "warning": "3.0.0",
"whatwg-fetch": "1.0.0" "whatwg-fetch": "1.0.0"
}, },
......
...@@ -23,7 +23,10 @@ import configureStore from './store'; ...@@ -23,7 +23,10 @@ import configureStore from './store';
// Import the CSS reset, which HtmlWebpackPlugin transfers to the build folder // Import the CSS reset, which HtmlWebpackPlugin transfers to the build folder
// import 'sanitize.css/sanitize.css'; // import 'sanitize.css/sanitize.css';
import 'font-awesome/css/font-awesome.css';
import 'antd/dist/antd.css'; import 'antd/dist/antd.css';
import 'swiper/dist/css/swiper.css';
import 'animate.css/animate.css';
import 'styles/index.scss'; import 'styles/index.scss';
// Create redux store with history // Create redux store with history
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment