init
Showing
.editorconfig
0 → 100644
.eslintrc
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", | ||
"js-cookie": "^2.1.1", | ||
"react": "0.14.x", | ||
"react-dom": "0.14.x", | ||
"react-router": "2.3.x", | ||
"fetch-ie8": "^1.4.0", | ||
"object-assign": "^4.0.1", | ||
"react-redux": "^4.4.0", | ||
"redux": "^3.3.1", | ||
"redux-logger": "^2.6.1", | ||
"redux-thunk": "^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,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"", | ||
"test": "atool-test-mocha ./src/**/__tests__/*-test.js" | ||
} | ||
} |
proxy.config.js
0 → 100644
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment