-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
70 lines (70 loc) · 2.01 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
{
"name": "ui",
"version": "0.1.1",
"author": "reviz@allenai.org",
"license": "UNLICENSED",
"private": true,
"scripts": {
"lint": "eslint '**/*.{js,ts,tsx,json}' && echo 'Lint complete.'",
"lint:fix": "eslint '**/*.{js,ts,tsx,json}' --fix && echo 'Lint --fix complete.'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@allenai/eslint-config-varnish": "^1.0.3",
"@allenai/varnish": "^1.0.0",
"@allenai/varnish-react-router": "^1.0.4",
"@ant-design/icons": "^4.2.1",
"@types/jest": "^24.0.9",
"@types/node": "11.9.5",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.0.1",
"@types/styled-components": "^5.1.2",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"axios": "^0.21.2",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mdx": "^1.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-standard": "^5.0.0",
"pdfjs-dist": "^2.7.570",
"prettier": "^2.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.0.1",
"react-scripts": "4.0.3",
"react-test-renderer": "^16.8.3",
"styled-components": "^5.1.1",
"typescript": "4.2.4",
"uuid": "^8.3.0",
"webpack": "^4.41.3"
},
"resolutions": {
"react-scripts/webpack": "^4.41.3",
"moment": "^2.29.2",
"minimist": "^1.2.6",
"url-parse": "^1.5.10",
"follow-redirects": "1.14.8",
"minipass": "^3.1.6",
"tar": "^6.1.11",
"tmpl": "^1.0.5",
"nanoid": "^3.3.4"
},
"devDependencies": {}
}