sync code
Showing
config/config.dev.js
deleted
100644 → 0
config/config.dev.ts
0 → 100644
config/config.local.ts
0 → 100644
config/config.prod.ts
0 → 100644
config/config.test.ts
0 → 100644
config/routes.config.ts
0 → 100644
config/theme.config.ts
0 → 100644
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
"lint:ts": "tslint -p . -c tslint.yml", | "lint:ts": "tslint -p . -c tslint.yml", | ||
"prettier": " check-prettier write", | "prettier": " check-prettier write", | ||
"site": "npm run fetch:blocks && npm run functions:build && umi build", | "site": "npm run fetch:blocks && npm run functions:build && umi build", | ||
"start": "umi dev", | "start": "cross-env UMI_ENV=dev umi dev", | ||
"start:no-mock": "cross-env MOCK=none umi dev", | "start:no-mock": "cross-env MOCK=none umi dev", | ||
"test": "umi test", | "test": "umi test", | ||
"test:all": "node ./tests/run-tests.js", | "test:all": "node ./tests/run-tests.js", | ||
... | @@ -108,6 +108,7 @@ | ... | @@ -108,6 +108,7 @@ |
"eslint-plugin-jsx-a11y": "^6.2.1", | "eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-markdown": "^1.0.0", | "eslint-plugin-markdown": "^1.0.0", | ||
"eslint-plugin-react": "^7.12.4", | "eslint-plugin-react": "^7.12.4", | ||
"eslint-import-resolver-alias":"^1.1.2", | |||
"express": "^4.16.4", | "express": "^4.16.4", | ||
"gh-pages": "^2.0.1", | "gh-pages": "^2.0.1", | ||
"husky": "^2.2.0", | "husky": "^2.2.0", | ||
... | ... |
src/pages/demo/index.js
0 → 100644
src/pages/demo/index.less
0 → 100644
src/utils/index.ts
0 → 100644
Please register or sign in to comment