mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-06-15 14:52:19 -04:00
update react-slick
This commit is contained in:
parent
e9743a4b07
commit
be889aefa7
4 changed files with 6 additions and 4 deletions
|
@ -13,6 +13,8 @@ npm install
|
|||
make build
|
||||
```
|
||||
|
||||
Note: There will be a warning about a peer dependency on jquery. You can ignore it because slick-carousel is only used for stylesheets.
|
||||
|
||||
### To Run
|
||||
```bash
|
||||
npm start
|
||||
|
|
|
@ -52,12 +52,12 @@
|
|||
"react-dom": "15.6.2",
|
||||
"react-router-dom": "4.2.2",
|
||||
"react-router-prop-types": "1.0.0",
|
||||
"react-slick": "0.15.4",
|
||||
"react-slick": "0.23.1",
|
||||
"react-twitter-widgets": "1.7.1",
|
||||
"rrc": "0.10.1",
|
||||
"sass-lint": "1.11.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"slick-carousel": "1.7.1",
|
||||
"slick-carousel": "^1.8.1",
|
||||
"style-loader": "0.19.0",
|
||||
"url-loader": "0.6.2",
|
||||
"webpack": "3.5.5",
|
||||
|
|
|
@ -2,8 +2,8 @@ import React from 'react';
|
|||
import Slider from 'react-slick';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
import 'slick-carousel/slick/slick.scss';
|
||||
import 'slick-carousel/slick/slick-theme.scss';
|
||||
import 'slick-carousel/slick/slick.css';
|
||||
import 'slick-carousel/slick/slick-theme.css';
|
||||
import './carousel.scss';
|
||||
|
||||
/**
|
||||
|
|
BIN
static/images/ja/forest_project_picture.png
Normal file
BIN
static/images/ja/forest_project_picture.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 59 KiB |
Loading…
Add table
Add a link
Reference in a new issue