| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "smart-school",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@antv/f2": "^3.3.4",
- "antd": "^3.10.9",
- "antd-mobile": "^2.2.6",
- "bootstrap": "^3.3.7",
- "moment": "^2.22.2",
- "react": "^16.6.3",
- "react-app-rewire-less": "^2.1.3",
- "react-dom": "^16.6.3",
- "react-infinite-scroller": "^1.2.2",
- "react-lazyload": "^2.3.0",
- "react-player": "^1.7.0",
- "react-redux": "^5.1.1",
- "react-router": "^4.3.1",
- "react-router-dom": "^4.3.1",
- "react-scripts": "2.0.5",
- "react-slick": "^0.23.2",
- "react-transition-group": "^2.5.0",
- "redux": "^4.0.1",
- "slick-carousel": "^1.8.1",
- "swiper": "^4.4.6",
- "whatwg-fetch": "^3.0.0"
- },
- "scripts": {
- "start": "react-app-rewired start",
- "build": "react-app-rewired build",
- "test": "react-app-rewired test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ],
- "homepage": "/smart-school",
- "devDependencies": {
- "babel-plugin-import": "^1.10.0",
- "circular-json": "^0.5.9",
- "prop-types": "^15.6.2",
- "raf": "^3.4.1",
- "react-app-rewired": "^1.6.2",
- "redux-persist": "^5.10.0"
- }
- }
|