-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
77 lines (77 loc) · 2.06 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
{
"name": "bgee",
"version": "15.1.1",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@creativebulma/bulma-collapsible": "^1.0.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "0.21.4",
"bulma": "^0.9.3",
"craco": "^0.0.3",
"craco-raw-loader": "^1.0.2",
"dlv": "^1.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.0",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-select": "^5.7.0",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.1.0",
"rehype-sanitize": "^5.0.0",
"rehype-slug": "^5.0.0",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.0.0",
"remark-toc": "^8.0.1",
"unist-util-visit": "^4.1.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"archive": "node archiveCreation.js",
"build:cra": "set \"GENERATE_SOURCEMAP=false\" && craco build",
"build": "node productionCreation.js",
"prod": "node productionCreation.js",
"annot": "node productionCreation.js",
"dev": "node productionCreation.js",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet=true"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lint-staged": "^11.1.2",
"node-sass": "6.0.1",
"prettier": "2.4.1",
"sass-loader": "12.1.0"
}
}