init
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
app/built/0.chunk.js
0 → 100644
app/built/1.chunk.js
0 → 100644
app/built/2.chunk.js
0 → 100644
app/built/3.chunk.js
0 → 100644
app/built/app.bundle.js
0 → 100644
This diff is collapsed.
app/built/common.bundle.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/css/antd.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/css/main.css
0 → 100644
app/index.html
0 → 100644
app/js/actions/index.js
0 → 100644
app/js/api.js
0 → 100644
app/js/index.js
0 → 100644
app/js/json2xlsx.js
0 → 100644
app/js/reducers/index.js
0 → 100644
app/js/routes/manageRoute.js
0 → 100644
app/js/routes/routes.js
0 → 100644
app/js/store/index.js
0 → 100644
app/jsx/home.jsx
0 → 100644
app/jsx/items/users.js
0 → 100644
app/jsx/login.jsx
0 → 100644
app/jsx/main.jsx
0 → 100644
app/jsx/setting/agent.jsx
0 → 100644
config/config.default.js
0 → 100644
config/config_current.js
0 → 100644
config/index.js
0 → 100644
db/mongo/session.js
0 → 100644
db/mongo/tao-agent.js
0 → 100644
db/mongo/tao-kouling.js
0 → 100644
db/mongo/tao-log.js
0 → 100644
docker_rsa
0 → 100644
lib/controller.js
0 → 100644
lib/cron.js
0 → 100644
lib/session.js
0 → 100644
lib/tao.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "fengchao-admin", | ||
| "version": "0.0.1", | ||
| "description": "console with react es6 ,es7", | ||
| "scripts": { | ||
| "build": "webpack --config webpack.config.js && node app.js", | ||
| "start": "node app.js" | ||
| }, | ||
| "dependencies": { | ||
| "antd": "^2.12.5", | ||
| "babel-plugin-import": "^1.1.1", | ||
| "babel-polyfill": "^6.23.0", | ||
| "bluebird": "^3.5.0", | ||
| "body-parser": "^1.17.2", | ||
| "cookie-parser": "^1.4.3", | ||
| "cookie-session": "^1.3.0", | ||
| "cron": "^1.2.1", | ||
| "es6-promise": "^4.0.5", | ||
| "eslint-plugin-react": "^7.1.0", | ||
| "express": "^4.14.1", | ||
| "file-saver": "^1.3.3", | ||
| "jquery": "^3.2.1", | ||
| "js-cookie": "^2.1.4", | ||
| "lodash": "^4.17.4", | ||
| "moment": "^2.18.1", | ||
| "mongoose": "^4.11.5", | ||
| "morgan": "^1.8.1", | ||
| "nodemailer": "^4.0.1", | ||
| "react": "^0.14.7", | ||
| "react-dom": "^0.14.7", | ||
| "react-redux": "^4.4.0", | ||
| "react-router": "2.0.1", | ||
| "react-router-redux-ie8": "0.0.3", | ||
| "react-tap-event-plugin": "^0.2.2", | ||
| "redux": "^3.3.1", | ||
| "redux-devtools-ie8": "0.0.1", | ||
| "redux-sequence-action": "^0.2.1", | ||
| "redux-thunk": "^2.2.0", | ||
| "request": "^2.81.0", | ||
| "request-promise": "^4.2.1", | ||
| "xlsx": "^0.11.3" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-core": "^6.4.5", | ||
| "babel-loader": "^6.2.1", | ||
| "postcss-cssnext": "^2.4.0", | ||
| "postcss-loader": "^0.8.0", | ||
| "postcss-scss": "^0.1.3", | ||
| "sass-loader": "^3.1.2", | ||
| "style-loader": "^0.13.0", | ||
| "css-loader": "^0.23.1", | ||
| "babel-plugin-import": "^1.0.1", | ||
| "babel-preset-es2015": "^6.3.13", | ||
| "babel-preset-react": "^6.3.13", | ||
| "babel-preset-stage-0": "^6.3.13", | ||
| "webpack": "^2.2.1", | ||
| "redux-devtools": "^3.0.0", | ||
| "redux-devtools-log-monitor": "^1.0.1", | ||
| "redux-devtools-dock-monitor-ie8": "0.0.2", | ||
| "redux-devtools-ie8": "0.0.1", | ||
| "redux-devtools-log-monitor-ie8": "0.0.1" | ||
| } | ||
| } |
routes/index.js
0 → 100644
utils/hash.js
0 → 100644
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment