Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Dec 26, 2023
1 parent ae3a4d1 commit 93ca2b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"private": true,
"name": "dumi-site",
"version": "1.0.0",
"private": true,
"module": "es/index.js",
"typings": "es/index.d.ts",
"scripts": {
"start": "set NODE_OPTIONS=--openssl-legacy-provider&&dumi dev",
"build": "father-build",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d dist",
"build": "father-build",
"prepublishOnly": "npm run build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "set NODE_OPTIONS=--openssl-legacy-provider&&dumi dev",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"prepublishOnly": "npm run build"
},
"module": "es/index.js",
"typings": "es/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
"test:coverage": "umi-test --coverage"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
Expand All @@ -30,6 +27,7 @@
"@types/node": "^17.0.38",
"antd": "^4 .20.7",
"flex.css": "^1.1.7",
"gh-pages": "^6.1.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^18.1.0"
},
Expand All @@ -42,9 +40,11 @@
"babel-plugin-import": "^1.13.5",
"dumi": "^1.1.42",
"father-build": "^1.22.2",
"gh-pages": "^4.0.0",
"lint-staged": "^12.5.0",
"prettier": "^2.6.2",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}

0 comments on commit 93ca2b9

Please sign in to comment.