Merge branch 'master' of https://github.com/moecube/moecube-accounts-web
Showing
{ | { | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"start": "roadhog server", | "start": "BUILD=development roadhog server", | ||
"build:dev":"BUILD=development roadhog build", | |||
"build": "roadhog build", | "build": "roadhog build", | ||
"lint": "eslint --ext .js src test", | "lint": "eslint --ext .js src test", | ||
"precommit": "npm run lint" | "precommit": "npm run lint" | ||
... | @@ -14,14 +15,10 @@ | ... | @@ -14,14 +15,10 @@ |
"babel-runtime": "^6.9.2", | "babel-runtime": "^6.9.2", | ||
"dva": "^1.2.1", | "dva": "^1.2.1", | ||
"dva-loading": "^0.2.1", | "dva-loading": "^0.2.1", | ||
"egg-init": "^1.8.1", | |||
"rc-queue-anim": "^0.13.3", | |||
"react": "^15.4.0", | "react": "^15.4.0", | ||
"react-addons-transition-group": "^15.4.2", | |||
"react-cropper": "^0.10.1", | "react-cropper": "^0.10.1", | ||
"react-document-title": "^2.0.2", | "react-document-title": "^2.0.2", | ||
"react-dom": "^15.4.0", | "react-dom": "^15.4.0", | ||
"react-image-crop": "^2.0.3", | |||
"react-intl": "^2.2.3", | "react-intl": "^2.2.3", | ||
"react-particles-js": "^1.5.0", | "react-particles-js": "^1.5.0", | ||
"url-api-polyfill": "^1.1.0" | "url-api-polyfill": "^1.1.0" | ||
... | ... |
public/default_avatar.jpg
0 → 100644
5.79 KB