-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.5 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
{
"name": "col-browser",
"version": "1.3.0",
"description": "Catalogue of Life browse and search React components",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"antd": "4.6.1",
"axios": "^0.21.2",
"btoa": "^1.2.1",
"dataloader": "^1.4.0",
"dompurify": "^2.2.7",
"highcharts": "^9.1.2",
"highcharts-react-official": "^3.0.0",
"history": "^4.7.2",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"lodash": ">=4.17.21",
"marked": "^2.0.3",
"query-string": "~5.1.1",
"react-highlight-words": "^0.16.0",
"react-jss": "^10.0.3",
"react-router-dom": "^5.2.0"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"less": "^2.7.2",
"less-loader": "^5.0.0",
"nwb": "0.25.x",
"nwb-less": "^0.7.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"webpack": "^4.43.0"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sp2000/colplus-portal-components.git"
},
"keywords": [
"react-component",
"taxonomy",
"catalogue of life"
]
}