-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.13 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
76
77
78
79
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.11.2",
"axios": "^1.3.4",
"cloudinary-react": "^1.8.1",
"date-fns": "^2.29.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"react": "^18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.43.8",
"react-icons": "^4.8.0",
"react-number-format": "^5.1.4",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1",
"react-svg": "^16.1.6",
"react-text-transition": "^3.0.2",
"react-use": "^17.4.0",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.9",
"victory": "^36.6.8"
},
"scripts": {
"start": "set PORT=8000 && set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"lint": "eslint src",
"build": "react-scripts build",
"deploy": "firebase deploy",
"serve": "firebase serve --only hosting",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"resolutions": {
"@types/react": "^18.0.29"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"typescript": "^5.0.2",
"node-sass": "^8.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint": "^8.36.0",
"@types/draft-js": "^0.11.10",
"@types/draftjs-to-html": "^0.8.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "^18.0.11",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/socket.io-client": "^3.0.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0"
}
}