-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
75 lines (75 loc) · 2.32 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
{
"name": "verapdf-webapp",
"homepage": "/validate",
"version": "0.10.76",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^7.2.1",
"classnames": "^2.2.6",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"marked": "^4.1.0",
"node-sass": "^8.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-arborist": "^3.2.0",
"react-dom": "^16.13.0",
"react-dropzone": "^10.2.2",
"react-google-charts": "^3.0.15",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.0",
"react-use": "^17.4.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"spark-md5": "^3.0.2",
"use-resize-observer": "^9.1.0",
"verapdf-js-viewer": "git+https://github.com/veraPDF/verapdf-js-viewer.git"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --testURL='http://localhost/validate' --testMatch '**/__tests__/**/*.test.js'",
"eject": "react-scripts eject",
"lint": "eslint --ext .jsx,.js ./"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"http-proxy-middleware": "^1.0.2",
"mz": "^2.7.0",
"prettier": "^1.19.1",
"react-app-rewired": "^2.1.6"
},
"resolutions": {
"json5": "^2.2.2",
"nth-check": "^2.0.1"
}
}