generated from Wxh16144/easy-antd-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "react-record-hotkey",
"private": true,
"homepage": "https://github.com/Wxh16144/react-record-hotkey#readme",
"bugs": {
"url": "https://github.com/Wxh16144/react-record-hotkey/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/Wxh16144/react-record-hotkey.git"
},
"license": "MIT",
"author": "Wxh16144([email protected])",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build --filter={./packages/*}",
"build:watch": "turbo dev --filter={./packages/*}",
"ci": "npm run lint && npm run type-check && npm run doctor && npm run build",
"clean": "del-cli es lib dist coverage .dumi/tmp .eslintcache .doc",
"cy:open": "cypress open",
"cy:run": "cypress run",
"dev": "dumi dev",
"docs:build": "dumi build",
"doctor": "father doctor",
"lint": "eslint \"{packages/src,tests,**/__tests_}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && npm run setup",
"prepublishOnly": "npm run doctor && npm run build",
"prettier": "prettier -c --write \"**/**\"",
"release": "multi-semantic-release",
"release:local": "multi-semantic-release --no-ci",
"setup": "dumi setup && npm run setup:link",
"setup:link": "tsx scripts/setupLink.ts",
"start": "dumi dev",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:e2e": "wait-umi start :8000 && npm run cy:open",
"test:e2e:ci": "wait-umi start :8000 && npm run cy:run",
"test:update": "vitest -u",
"type-check": "tsc -p tsconfig-check.json"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"eslint --fix",
"prettier --write"
],
"*.{ts,tsx}": [
"eslint --fix",
"prettier --parser=typescript --write"
]
},
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@commitlint/cli": "^17",
"@commitlint/config-conventional": "^17",
"@rc-component/father-plugin": "^1.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semrel-extra/npm": "^1.2.2",
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/testing-library__jest-dom": "^5",
"@umijs/lint": "^4",
"@vitest/coverage-v8": "latest",
"antd": "^5",
"antd-record-hotkey-input": "workspace:*",
"antd4": "npm:antd@4",
"commitlint": "^17",
"concurrently": "^7",
"cross-env": "^7",
"cypress": "^13.7.3",
"del-cli": "^5.1.0",
"dumi": "^2.2.17",
"dumi-plugin-code-snippets": "^1.1.0",
"dumi-theme-antd-style": "latest",
"eslint": "^8",
"fast-glob": "^3.3.1",
"father": "^4",
"fs-extra": "^11.2.0",
"husky": "^8",
"jsdom": "^22",
"lint-staged": "^13",
"multi-semantic-release": "^3.0.2",
"prettier": "^2",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"react": "^18",
"react-dom": "^18",
"semantic-release": "^19",
"stylelint": "^15",
"tsx": "^4.7.1",
"turbo": "^1.12.4",
"typescript": "^5",
"vitest": "latest",
"wait-umi": "0.0.1-beta.2"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}