-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 909 Bytes
/
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
{
"name": "bib-git",
"version": "0.3.5",
"private": true,
"dependencies": {
"biblatex-csl-converter": "^1.6.2",
"file-saver": "^1.3.8",
"prop-types": "^15.6.2",
"react": "^16.14.0",
"react-citeproc": "^0.1.10",
"react-confirm-alert": "^1.0.8",
"react-dom": "^16.14.0",
"react-modal": "^2.4.1",
"react-redux": "^5.1.1",
"react-scripts": "^2.1.1",
"react-select": "^1.3.0",
"react-tooltip": "^3.9.0",
"redux": "^3.7.2",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.3.0",
"yaml": "^1.10.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "./",
"devDependencies": {
"riek": "^1.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}