kleberbaum commited on
Commit
3a7f63e
1 Parent(s): 60714bd

Delete products.json

Browse files
Files changed (1) hide show
  1. products.json +0 -128
products.json DELETED
@@ -1,128 +0,0 @@
1
- {
2
- "123e4567-e89b-12d3-a456-426614174000": {
3
- "name": "CeraVe Moisturizing Cream",
4
- "brand": "CeraVe",
5
- "category": "Moisturizer",
6
- "description": "CeraVe product with Ceramides, Hyaluronic Acid",
7
- "amazon_link": "https://amazon.com/product/123e4567",
8
- "current_price": 35.47,
9
- "update_date": "2024-10-29",
10
- "ingredients": [
11
- "Ceramides",
12
- "Hyaluronic Acid"
13
- ]
14
- },
15
- "223e4567-e89b-12d3-a456-426614174001": {
16
- "name": "Neutrogena Hydro Boost Water Gel",
17
- "brand": "Neutrogena",
18
- "category": "Treatment",
19
- "description": "Neutrogena product with Hyaluronic Acid",
20
- "amazon_link": "https://amazon.com/product/223e4567",
21
- "current_price": 20.19,
22
- "update_date": "2024-10-29",
23
- "ingredients": [
24
- "Hyaluronic Acid"
25
- ]
26
- },
27
- "323e4567-e89b-12d3-a456-426614174002": {
28
- "name": "The Ordinary Niacinamide 10% + Zinc 1%",
29
- "brand": "The Ordinary",
30
- "category": "Treatment",
31
- "description": "The Ordinary product with Niacinamide, Zinc PCA",
32
- "amazon_link": "https://amazon.com/product/323e4567",
33
- "current_price": 21.58,
34
- "update_date": "2024-10-29",
35
- "ingredients": [
36
- "Niacinamide",
37
- "Zinc PCA"
38
- ]
39
- },
40
- "423e4567-e89b-12d3-a456-426614174003": {
41
- "name": "La Roche-Posay Effaclar Duo",
42
- "brand": "La Roche-Posay",
43
- "category": "Treatment",
44
- "description": "La Roche-Posay product with Niacinamide, Salicylic Acid",
45
- "amazon_link": "https://amazon.com/product/423e4567",
46
- "current_price": 41.18,
47
- "update_date": "2024-10-29",
48
- "ingredients": [
49
- "Niacinamide",
50
- "Salicylic Acid"
51
- ]
52
- },
53
- "523e4567-e89b-12d3-a456-426614174004": {
54
- "name": "Olay Regenerist Micro-Sculpting Cream",
55
- "brand": "Olay",
56
- "category": "Treatment",
57
- "description": "Olay product with Peptides, Hyaluronic Acid",
58
- "amazon_link": "https://amazon.com/product/523e4567",
59
- "current_price": 49.66,
60
- "update_date": "2024-10-29",
61
- "ingredients": [
62
- "Peptides",
63
- "Hyaluronic Acid"
64
- ]
65
- },
66
- "623e4567-e89b-12d3-a456-426614174005": {
67
- "name": "Kiehl's Clearly Corrective Dark Spot Solution",
68
- "brand": "Kiehl's",
69
- "category": "Treatment",
70
- "description": "Kiehl's product with Vitamin C, Licorice Root Extract",
71
- "amazon_link": "https://amazon.com/product/623e4567",
72
- "current_price": 33.62,
73
- "update_date": "2024-10-29",
74
- "ingredients": [
75
- "Vitamin C",
76
- "Licorice Root Extract"
77
- ]
78
- },
79
- "723e4567-e89b-12d3-a456-426614174006": {
80
- "name": "The Body Shop Tea Tree Oil",
81
- "brand": "The Body Shop",
82
- "category": "Treatment",
83
- "description": "The Body Shop product with Tea Tree Oil",
84
- "amazon_link": "https://amazon.com/product/723e4567",
85
- "current_price": 29.45,
86
- "update_date": "2024-10-29",
87
- "ingredients": [
88
- "Tea Tree Oil"
89
- ]
90
- },
91
- "823e4567-e89b-12d3-a456-426614174007": {
92
- "name": "Neostrata Skin Active Exfoliating Wash",
93
- "brand": "Neostrata",
94
- "category": "Treatment",
95
- "description": "Neostrata product with Glycolic Acid",
96
- "amazon_link": "https://amazon.com/product/823e4567",
97
- "current_price": 26.51,
98
- "update_date": "2024-10-29",
99
- "ingredients": [
100
- "Glycolic Acid"
101
- ]
102
- },
103
- "923e4567-e89b-12d3-a456-426614174008": {
104
- "name": "Clinique Dramatically Different Moisturizing Gel",
105
- "brand": "Clinique",
106
- "category": "Moisturizer",
107
- "description": "Clinique product with Glycerin",
108
- "amazon_link": "https://amazon.com/product/923e4567",
109
- "current_price": 36.89,
110
- "update_date": "2024-10-29",
111
- "ingredients": [
112
- "Glycerin"
113
- ]
114
- },
115
- "a23e4567-e89b-12d3-a456-426614174009": {
116
- "name": "Vichy Aqualia Thermal Light Cream",
117
- "brand": "Vichy",
118
- "category": "Treatment",
119
- "description": "Vichy product with Glycerin, Hyaluronic Acid",
120
- "amazon_link": "https://amazon.com/product/a23e4567",
121
- "current_price": 28.48,
122
- "update_date": "2024-10-29",
123
- "ingredients": [
124
- "Glycerin",
125
- "Hyaluronic Acid"
126
- ]
127
- }
128
- }