-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.38 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
{
"name": "react-bdmap",
"version": "0.2.5",
"description": "Baidu Map Components for React. React Baidu地图组件库",
"keywords": [
"地图",
"百度",
"react",
"bdmap",
"baidu",
"map",
"web"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --build tsconfig.build.json",
"build:doc": "styleguidist build",
"start:doc": "styleguidist server",
"deploy:doc": "gh-pages -d styleguide",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carney520/react-bdmap.git"
},
"author": "carney520",
"license": "MIT",
"bugs": {
"url": "https://github.com/carney520/react-bdmap/issues"
},
"homepage": "https://github.com/carney520/react-bdmap#readme",
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"arrowParens": "avoid",
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80
}
}
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@types/baidumap-web-sdk": "^2.0.3",
"@types/enzyme": "^3.1.15",
"@types/lodash": "^4.14.118",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-test-renderer": "^16.0.3",
"@types/shallowequal": "^0.2.3",
"babel-loader": "^8.0.4",
"babel-preset-react-app": "^6.1.0",
"cpx": "^1.5.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"file-loader": "^2.0.0",
"gh-pages": "^2.0.1",
"husky": "^1.2.0",
"parcel": "^1.10.3",
"prettier": "^1.15.2",
"pretty-quick": "^1.8.0",
"react": "^16.9.0",
"@types/jest": "^23.3.10",
"ts-jest": "^23.10.5",
"jest": "^23.6.0",
"react-docgen-typescript": "^1.12.2",
"react-dom": "^16.9.0",
"react-styleguidist": "^8.0.6",
"react-test-renderer": "^16.6.3",
"rimraf": "^2.6.2",
"typescript": "^3.5.3",
"webpack": "^4.26.0"
},
"dependencies": {
"lodash": "^4.17.11",
"shallowequal": "^1.1.0",
"tslib": "^1.9.3"
}
}