This repository was archived by the owner on Mar 6, 2025. It is now read-only.
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Simple Photo Management - Frontend Client Component
2
2
3
+ ## SECURITY ALERT
4
+
5
+ This project was archived on 28 March 2023 due to * dependency security issues* that cannot be immediately resolved.
6
+
7
+ The app's dependencies * DO HAVE UNRESOLVED SECURITY VULNERABILITIES* Use at your own risk.
8
+
3
9
## About
4
10
5
11
This is a demo/prototype of simple application built on web technologies to IPTC tag, search & image optimise digital photo libraries.
Original file line number Diff line number Diff line change 12
12
"@fortawesome/free-regular-svg-icons" : " *" ,
13
13
"@fortawesome/free-solid-svg-icons" : " *" ,
14
14
"@fortawesome/react-fontawesome" : " *" ,
15
- "@popperjs/core" : " *" ,
16
- "acorn" : " *" ,
15
+ "browserlist" : " *" ,
16
+ "react-dev-utils" : " *" ,
17
+ "postcss" : " *" ,
18
+ "html-webpack-plugin" : " *" ,
17
19
"axios" : " *" ,
18
20
"bootstrap" : " *" ,
19
21
"env-cmd" : " *" ,
29
31
"react-modal" : " *" ,
30
32
"react-modal-image" : " *" ,
31
33
"react-router-dom" : " *" ,
32
- "react-scripts" : " *" ,
33
- "to" : " *"
34
+ "react-scripts" : " *"
34
35
},
35
36
"scripts" : {
36
37
"analyze" : " source-map-explorer build/static/js/main.*" ,
50
51
" not op_mini all"
51
52
],
52
53
"devDependencies" : {
53
- "eslint-plugin-react" : " ^7.28.0 "
54
+ "eslint-plugin-react" : " ^7.32.2 "
54
55
},
55
56
"resolutions" : {
56
- "set-value" : " ^4.0.1" ,
57
- "ansi-html" : " *" ,
58
- "ansi-regex" : " *" ,
59
- "nth-check" : " *" ,
60
- "glob-parent" : " *" ,
61
- "immer" : " *" ,
62
- "browserlist" : " *" ,
63
- "optimist" : " *" ,
64
- "minimist" : " *" ,
65
- "react-dev-utils" :" *" ,
66
- "postcss" : " *"
67
57
}
68
58
}
You can’t perform that action at this time.
0 commit comments