forked from mattbierbaum/arxiv-bib-overlay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 849 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
{
"name": "arxiv-bib-overlay",
"version": "0.2.9",
"private": true,
"homepage": ".",
"dependencies": {
"fast-mutex": "^1.0.2",
"js-cookie": "^2.2.0",
"merge": "^1.2.1",
"mobx": "^5.13.0",
"mobx-react": "^6.1.1",
"mobx-react-devtools": "^6.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts-ts": "^3.1.0",
"tslint": "^5.18.0",
"unidecode": "^0.1.8",
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
},
"scripts": {
"start": "PORT=8000 react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.0.16",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"typescript": "^3.5.3"
}
}