-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.71 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
{
"name": "ot-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"docx-merger": "^1.2.2",
"docxtemplater": "^3.48.0",
"dotenv": "^17.4.2",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"mammoth": "^1.6.0",
"multer": "^1.4.5-lts.1",
"officegen": "^0.6.5",
"openssl": "^2.0.0",
"pg": "^8.12.0",
"pizzip": "^3.1.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.3.1",
"react-number-format": "^5.4.0",
"react-scripts": "^3.0.1",
"react-select": "^5.8.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start ",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}