first commit
parents
Showing
README.md
0 → 100644
package.json
0 → 100644
| { | |||
| "private": true, | |||
| "entry": {}, | |||
| "dependencies": { | |||
| "antd": "^1.1.0", | |||
| "atool-build": "0.7.x", | |||
| "babel-plugin-antd": "0.4.x", | |||
| "babel-plugin-transform-runtime": "^6.8.0", | |||
| "babel-runtime": "^6.6.1", | |||
| "classnames": "^2.2.3", | |||
| "es3ify-loader": "^0.2.0", | |||
| "history": "^2.0.1", | |||
| "isomorphic-fetch": "^2.2.1", | |||
| "jquery": "^2.1.4", | |||
| "js-cookie": "^2.1.1", | |||
| "react": "^15.0.2", | |||
| "react-dom": "^15.0.2", | |||
| "react-router": "^2.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "atool-test-mocha": "^0.1.4", | |||
| "babel-eslint": "^6.0.0", | |||
| "dora": "0.3.x", | |||
| "dora-plugin-browser-history": "^0.1.1", | |||
| "dora-plugin-hmr": "0.6.x", | |||
| "dora-plugin-livereload": "0.3.x", | |||
| "dora-plugin-proxy": "0.6.x", | |||
| "dora-plugin-webpack": "0.6.x", | |||
| "expect": "^1.20.1", | |||
| "eslint": "^2.7.0", | |||
| "eslint-config-airbnb": "6.x", | |||
| "eslint-plugin-react": "4.x", | |||
| "glob": "^7.0.3", | |||
| "pre-commit": "1.x" | |||
| }, | |||
| "pre-commit": [ | |||
| "lint" | |||
| ], | |||
| "scripts": { | |||
| "build": "atool-build", | |||
| "lint": "eslint --ext .js,.jsx src", | |||
| "start": "dora -p 8001 --plugins \"webpack,hmr,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"", | |||
| "test": "atool-test-mocha ./src/**/__tests__/*-test.js" | |||
| } | |||
| } | |||
| \ No newline at end of file |
proxy.config.js
0 → 100644
src/entries/index.html
0 → 100644
src/entries/index.js
0 → 100644
src/entries/index.less
0 → 100644
src/entries/register-info.js
0 → 100644
src/images/banner-02.png
0 → 100644
8 KB
src/images/banner_03.png
0 → 100644
24.9 KB
src/images/bg-01_03.png
0 → 100644
22 KB
src/images/bg_02.jpg
0 → 100644
59.1 KB
src/images/page-01_03.png
0 → 100644
63.6 KB
src/images/page-02_03.png
0 → 100644
351 KB
src/images/page-03_03.png
0 → 100644
101 KB
webpack.config.js
0 → 100644