forked from pat-jj/TextbookKG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.08 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.08 KB
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
78
79
80
81
82
{
"name": "textbookkg",
"homepage": "https://pat-jj.github.io/TextbookKG",
"version": "0.1.0",
"private": false,
"dependencies": {
"@google-cloud/storage": "^6.9.3",
"@react-oauth/google": "^0.7.0",
"@react-pdf/renderer": "^3.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.0",
"bootstrap": "^5.2.3",
"child_process": "^1.0.2",
"file-saver": "^2.0.5",
"firebase": "^9.17.1",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"jwt-decode": "^3.1.2",
"ml": "^6.0.0",
"ml-distance": "^4.0.1",
"ml-hclust": "^3.1.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.7.107",
"pdfobject": "^2.2.8",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-bootstrap": "^2.7.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-graph-vis": "^1.0.7",
"react-grid-layout": "^1.4.1",
"react-list-select": "^0.4.1",
"react-native": "^0.71.3",
"react-native-web": "^0.18.12",
"react-pdf": "^6.2.2",
"react-pdf-annotator": "^1.0.0",
"react-pdfobject": "^1.2.0",
"react-resizable": "^3.0.5",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-select": "^5.7.0",
"react-select-search": "^4.1.6",
"stream": "^0.0.2",
"tesseract.js": "^4.1.0",
"uuid": "^9.0.0",
"v4": "^0.0.1",
"web-vitals": "^2.1.4",
"worker-loader": "^3.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"@types/react-pdf": "^6.2.0",
"gh-pages": "^5.0.0"
}
}