Skip to content

Commit

Permalink
Merge pull request #2 from lailixiaoheihong1/master
Browse files Browse the repository at this point in the history
feat: 修改package.json
  • Loading branch information
tiderjian authored Jan 3, 2024
2 parents 6832dee + bb768f0 commit 42246d0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
{
"name": "@quansitech/pallas-h5",
"version": "0.0.2",
"version": "0.1.0",
"description": "web components",
"license": "MIT",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "father build",
"build:watch": "father dev",
"dev": "dumi dev",
"docs:build": "dumi build",
"prepare": "husky install && dumi setup",
"doctor": "father doctor",
"lint": "npm run lint:es && npm run lint:css",
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepublishOnly": "father doctor && npm run build"
"prepare": "husky install && dumi setup",
"prepublishOnly": "father doctor && npm run build",
"start": "npm run dev"
},
"authors": [],
"license": "MIT",
"files": [
"dist"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand All @@ -44,12 +43,10 @@
"prettier --parser=typescript --write"
]
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
"dependencies": {
"@quansitech/file-md5-wasm": "^0.3.0",
"ahooks": "^3.7.8",
"antd-mobile": "^5.33.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
Expand All @@ -70,9 +67,12 @@
"react-dom": "^18.0.0",
"stylelint": "^14.9.1"
},
"dependencies": {
"@quansitech/file-md5-wasm": "^0.3.0",
"ahooks": "^3.7.8",
"antd-mobile": "^5.33.0"
}
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"access": "public"
},
"authors": []
}

0 comments on commit 42246d0

Please sign in to comment.