rename app.vic.yuanjin.net to vic-app.bittic.org

This commit is contained in:
Luk Lu
2021-09-11 14:46:08 +08:00
parent 83c373bcfc
commit e844fd5903
7 changed files with 53 additions and 20 deletions

View File

@@ -2,12 +2,13 @@
"private": true,
"name": "vic.user.react",
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"boot": "npx run-script-os",
"boot:nix": "rm -fr node_modules && rm -fr package-lock.json && npm i",
"boot:windows": "npx rimraf node_modules package-lock.json & npm i",
"lint:es": "eslint --ext .js src mock tests",
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
"dev": "umi dev",
"test": "umi test",
"dist": "umi build",
"deploy": "node ./node_modules/sol.deployer/deploy.js",
"allinone": "npm run dist && npm run deploy",
@@ -31,6 +32,7 @@
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.3",
"sol.deployer": "git+https://git.faronear.org/npm/sol.deployer",
"umi-plugin": "^0.1.2"
},
"devDependencies": {
@@ -42,7 +44,6 @@
"babel-eslint": "^10.0.2",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"sol.deployer": "git+https://git.faronear.org/npm/sol.deployer",
"eslint": "^6.2.1",
"eslint-config-umi": "^1.5.0",
"eslint-plugin-flowtype": "^4.2.0",
@@ -54,8 +55,12 @@
"husky": "^3.0.4",
"lint-staged": "^9.2.3",
"moment": "^2.24.0",
"pm2": "^3.5.0",
"nodemon": "^2.0.2",
"pm2": "^4.5.0",
"react-test-renderer": "^16.7.0",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"sol.webserver": "git+https://git.faronear.org/npm/sol.webserver",
"supervisor": "^0.12.0",
"swig-templates": "^2.0.3",
"tslint": "^5.19.0",
@@ -63,8 +68,7 @@
"tslint-react": "^4.0.0",
"umi": "^2.8.20",
"umi-plugin-react": "^1.9.19",
"umi-types": "^0.3.17",
"sol.webserver": "git+https://git.faronear.org/npm/sol.webserver"
"umi-types": "^0.3.17"
},
"lint-staged": {
"*.{ts,tsx}": [