-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.8 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
{
"name": "react-clipboardjs-copy",
"version": "0.0.0",
"repository": "[email protected]:freeshineit/react-clipboardjs-copy.git",
"author": "shine <[email protected]>",
"license": "MIT",
"description": "clipboard.js copy component for react",
"keywords": [
"react",
"react-component",
"clipboard",
"copy",
"cut",
"react-clipboardjs-copy"
],
"bugs": {
"url": "https://github.com/freeshineit/react-clipboardjs-copy/issues"
},
"homepage": "https://freeshineit.github.io/react-clipboardjs-copy",
"scripts": {
"dev": "pnpm run --filter site dev",
"build": "pnpm run --filter react-clipboardjs-copy build && npm run docs",
"docs": "rimraf docs && pnpm run --filter site build",
"test": "pnpm run --filter react-clipboardjs-copy test",
"fix": "eslint --fix packages/*/src/**/*.ts --fix packages/*/src/**/*.tsx --fix site/src/**/*.tsx",
"lint": "eslint --ext .ts,tsx,.js,.jsx ./packages/*/src",
"fmt": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,cjs}\"",
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt-cli": "^19.2.0",
"@skax/camel": "^0.2.5",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-xx": "^1.10.1",
"husky": "^9.0.11",
"only-allow": "^1.2.1",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass": "^1.74.1",
"terser": "^5.30.3",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "5.3.3"
}
}