-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.58 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.58 KB
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
{
"name": "@wormbase/graphical-curation",
"version": "1.7.0",
"description": "Wormbase graphical curation tool",
"main": "./lib/main.js",
"license": "MIT",
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.24.0",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.0.1",
"immutable": "^4.0.0",
"lodash": "^4.17.21",
"query-string": "latest",
"react-bootstrap": "^1.0.0-beta.17",
"react-cookie": "^4.1.1",
"react-icons": "latest",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.0",
"react-scripts": "4.0.3",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"uuid": "^8.3.2"
},
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"css-loader": "^4.2.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"style-loader": "^1.2.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WormBase/graphical-curation.git"
},
"keywords": [
"biocuration"
],
"author": "Valerio Arnaboldi",
"bugs": {
"url": "https://github.com/WormBase/graphical-curation/issues"
},
"homepage": "https://github.com/WormBase/graphical-curation#readme"
}