Skip to content

Commit

Permalink
删除多余的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 5, 2023
1 parent 3c1f846 commit c04136b
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 106 deletions.
33 changes: 14 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,31 @@
"name": "@umijs/route-utils",
"version": "3.0.0",
"description": "Quickly process the routing of umi",
"repository": "https://github.com/umijs/route-utils",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "./dist/index.d.ts",
"authors": {
"name": "chenshuai2144",
"email": "[email protected]"
},
"files": [
"/lib",
"/es",
"/dist"
],
"repository": "https://github.com/umijs/route-utils",
"scripts": {
"build": "father-build && tsc -d -p tsconfig.build.json",
"test": "umi-test",
"test:coverage": "umi-test ./test --coverage",
"lint": "npm run lint-eslint",
"lint-eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty",
"tsc": "tsc --noEmit",
"prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish --any-branch"
"prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish --any-branch",
"test": "umi-test",
"test:coverage": "umi-test ./test --coverage",
"tsc": "tsc --noEmit"
},
"jest": {
"collectCoverage": true,
"coverageDirectory": "./coverage/"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^25.2.1",
"@umijs/fabric": "^2.0.8",
Expand All @@ -35,15 +37,8 @@
"typescript": "^3.3.3",
"umi-test": "^1.9.6"
},
"license": "MIT",
"dependencies": {
"@qixian.cs/path-to-regexp": "^6.1.0",
"fast-deep-equal": "^3.1.3",
"lodash.isequal": "^4.5.0",
"memoize-one": "^5.1.1"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
"authors": {
"name": "chenshuai2144",
"email": "[email protected]"
}
}
Loading

0 comments on commit c04136b

Please sign in to comment.