-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.11 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.11 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": "replanet_front-server",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-oauth/google": "^0.11.1",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tinymce/tinymce-react": "^4.3.2",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.0",
"coolsms-node-sdk": "^2.0.1",
"date-fns": "^2.28.0",
"dompurify": "^3.0.6",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"express": "^4.18.1",
"foundation-sites": "^6.8.1",
"history": "^5.3.0",
"http-proxy-middleware": "^2.0.6",
"immutable": "^5.0.0-beta.4",
"install": "^0.13.0",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"npm": "^10.2.4",
"react": "^18.2.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-query": "^3.39.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"styled-components": "^6.1.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.1",
"tall": "^8.0.0",
"victory": "^36.6.12",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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"
]
},
"proxy": "http://localhost:8001",
"devDependencies": {
"@types/react-datepicker": "^4.19.2",
"react-scripts": "^5.0.1"
}
}