''
Showing
.idea/.gitignore
0 → 100644
.idea/biz.qingxiao.com.iml
0 → 100644
.idea/codeStyles/Project.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
css/index.css
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
image/boy.png
0 → 100644
868 Bytes
image/defaultavatar.png
0 → 100644
3.65 KB
image/girl.png
0 → 100644
908 Bytes
image/menu/class.png
0 → 100644
568 Bytes
image/menu/classactive.png
0 → 100644
568 Bytes
image/menu/course.png
0 → 100644
589 Bytes
image/menu/courseactive.png
0 → 100644
485 Bytes
image/menu/index.png
0 → 100644
1.17 KB
image/menu/indexactive.png
0 → 100644
921 Bytes
1001 Bytes
1.2 KB
image/menu/minapp.png
0 → 100644
929 Bytes
image/menu/minappactive.png
0 → 100644
1.18 KB
711 Bytes
683 Bytes
image/menu/orgmgt.png
0 → 100644
611 Bytes
image/menu/orgmgtactive.png
0 → 100644
483 Bytes
image/menu/schoolinfo.png
0 → 100644
727 Bytes
733 Bytes
image/menu/schoolstatic.png
0 → 100644
852 Bytes
848 Bytes
image/menu/student.png
0 → 100644
1.27 KB
image/menu/studentactive.png
0 → 100644
971 Bytes
image/menu/teacher.png
0 → 100644
1.66 KB
image/menu/teacheractive.png
0 → 100644
1.2 KB
image/qrboxheader.png
0 → 100644
6.23 KB
image/sliderblock.png
0 → 100644
1.19 KB
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -2,16 +2,20 @@ |
"private": true, | ||
"scripts": { | ||
"start": "set NODE_ENV=development&&set PORT=80 && roadhog server", | ||
"build": "set NODE_ENV=production && roadhog build", | ||
"build": "set NODE_ENV=production&&roadhog build", | ||
"test-build": "set NODE_ENV=development&&roadhog build", | ||
"lint": "eslint --ext .js src test", | ||
"precommit": "npm run lint", | ||
"lib": "webpack --config webpackconfig/webpack.dll.config.js" | ||
}, | ||
"dependencies": { | ||
"antd": "3.20.6", | ||
"@antv/data-set": "^0.10.2", | ||
"antd": "^3.20.3", | ||
"axios": "^0.18.0", | ||
"babel-plugin-import": "^1.6.7", | ||
"babel-polyfill": "^6.26.0", | ||
"bizcharts": "^3.5.5", | ||
"bizcharts-plugin-slider": "^2.1.1-beta.1", | ||
"blueimp-md5": "^2.10.0", | ||
"bundle-loader": "^0.5.6", | ||
"clipboard": "^2.0.0", | ||
... | ... | @@ -26,7 +30,6 @@ |
"eventsource-polyfill": "^0.9.6", | ||
"fetch-ie8": "^1.5.0", | ||
"fetch-jsonp": "^1.1.3", | ||
"history": "^4.9.0", | ||
"jquery": "^3.3.1", | ||
"lodash": "^4.17.5", | ||
"mockjs": "^1.0.1-beta3", | ||
... | ... | @@ -35,7 +38,8 @@ |
"qs": "^6.5.1", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"video-react": "^0.14.1" | ||
"video-react": "^0.14.1", | ||
"xlsx": "^0.15.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.2", | ||
... | ... |