-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.48 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
{
"name": "signature-canvas",
"version": "0.0.5",
"description": "signature plugin, supporting H5 and PC",
"repository": {
"type": "git",
"url": "git+https://github.com/lxfu1/signature-canvas.git"
},
"files": [
"/lib",
"/es"
],
"keywords": [
"signature",
"canvas"
],
"author": "kn",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"bugs": {
"url": "https://github.com/lxfu1/signature-canvas/issues"
},
"homepage": "https://github.com/lxfu1/signature-canvas#readme",
"scripts": {
"doc": "father doc dev",
"start": "npm run dev",
"dev": "dumi dev",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"deploy": "gh-pages -d dist",
"docs:build": "dumi build",
"test:coverage": "umi-test --coverage",
"build": "father-build",
"pub": "npm run build && np"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@types/enzyme": "^3.10.5",
"@types/node": "^12.12.17",
"@types/webpack-env": "^1.14.1",
"@umijs/fabric": "^2.0.7",
"@umijs/preset-react": "^1.4.8",
"@umijs/test": "^3.0.16",
"dumi": "^1.0.13",
"father-build": "^1.17.2",
"gh-pages": "^2.2.0",
"jest-canvas-mock": "^2.2.0",
"np": "*",
"prettier": "^2.0.2",
"shelljs": "^0.8.3",
"typescript": "^3.7.4"
},
"np": {
"yarn": false,
"contents": "dist"
}
}