Migrate to roadhog@2 (#542)
* migrate to roadhog@2 * config html for src/index.ejs
Showing
... | @@ -5,8 +5,8 @@ | ... | @@ -5,8 +5,8 @@ |
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"precommit": "npm run lint-staged", | "precommit": "npm run lint-staged", | ||
"start": "roadhog server", | "start": "roadhog dev", | ||
"start:no-proxy": "cross-env NO_PROXY=true roadhog server", | "start:no-proxy": "cross-env NO_PROXY=true roadhog dev", | ||
"build": "roadhog build", | "build": "roadhog build", | ||
"site": "roadhog-api-doc static && gh-pages -d dist", | "site": "roadhog-api-doc static && gh-pages -d dist", | ||
"analyze": "roadhog build --analyze", | "analyze": "roadhog build --analyze", | ||
... | @@ -21,8 +21,8 @@ | ... | @@ -21,8 +21,8 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@antv/data-set": "^0.8.0", | "@antv/data-set": "^0.8.0", | ||
"@babel/polyfill": "^7.0.0-beta.36", | |||
"antd": "^3.1.0", | "antd": "^3.1.0", | ||
"babel-polyfill": "^6.26.0", | |||
"babel-runtime": "^6.9.2", | "babel-runtime": "^6.9.2", | ||
"bizcharts": "^3.1.0-beta.4", | "bizcharts": "^3.1.0-beta.4", | ||
"bizcharts-plugin-slider": "^2.0.1", | "bizcharts-plugin-slider": "^2.0.1", | ||
... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^8.0.1", | "babel-eslint": "^8.0.1", | ||
"babel-jest": "^22.0.4", | "babel-jest": "^22.0.4", | ||
"babel-plugin-dva-hmr": "^0.4.0", | "babel-plugin-dva-hmr": "^0.4.1", | ||
"babel-plugin-import": "^1.2.1", | "babel-plugin-import": "^1.2.1", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | "babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
"pro-download": "^1.0.0", | "pro-download": "^1.0.0", | ||
"react-test-renderer": "^16.0.0", | "react-test-renderer": "^16.0.0", | ||
"redbox-react": "^1.3.2", | "redbox-react": "^1.3.2", | ||
"roadhog": "^1.3.1", | "roadhog": "^2.0.0-0", | ||
"roadhog-api-doc": "^0.3.3", | "roadhog-api-doc": "^0.3.3", | ||
"rollbar": "^2.3.1", | "rollbar": "^2.3.1", | ||
"stylelint": "^8.1.0", | "stylelint": "^8.1.0", | ||
... | ... |
Please register or sign in to comment