-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
99 lines (98 loc) · 2.92 KB
/
db.json
File metadata and controls
99 lines (98 loc) · 2.92 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"chocolates": [
{
"id": 1,
"name": "DIAMANT",
"desc": "Praliné (Gianduja) with caramelised hazelnuts",
"price": 1.15,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619841/chocolates/chocolate2_cno0d8.png"
},
{
"id": 2,
"name": "PISTACHIO",
"desc": "Praliné made of pistachios",
"price": 1.2,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619841/chocolates/chocolate3_nk04pd.png"
},
{
"id": 3,
"name": "BRILLANT",
"desc": "Praliné (Gianduja) with crisped rice",
"price": 1.05,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619841/chocolates/chocolate4_dbdy9q.png"
},
{
"id": 4,
"name": "PRESTIGE",
"desc": "Pure caramel",
"price": 1.05,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619844/chocolates/chocolate6_yhiyif.png"
},
{
"id": 5,
"name": "DIVINE",
"desc": "Belgian milk chocolate and soft caramel",
"price": 1.2,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619844/chocolates/chocolate7_ho9lue.png"
},
{
"id": 6,
"name": "COFFEE",
"desc": "Praliné with Arabica coffee",
"price": 1.15,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619843/chocolates/chocolate8_xzvksn.png"
},
{
"id": 7,
"name": "CRIOLLO",
"desc": "Ganache with intense dark chocolate from Uganda",
"price": 1.2,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619843/chocolates/chocolate9_p5mtx1.png"
},
{
"id": 8,
"name": "HAZELNULT",
"desc": "Praliné made of hazelnuts",
"price": 1.05,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676906460/chocolates/chocolate17_ba6v1k.png"
},
{
"id": 9,
"name": "SOMMELIER",
"desc": "Praliné with touches of chocolate, vanilla and clove, and hints of figs",
"price": 1.2,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619842/chocolates/chocolate16_treqjn.png"
},
{
"id": 10,
"name": "GALERIE",
"desc": "Dark caramel",
"price": 1.15,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619842/chocolates/chocolate12_s949ch.png"
},
{
"id": 11,
"name": "PRALINÉ",
"desc": "Praliné (Gianduja) with pieces of nougatine",
"price": 1.1,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619842/chocolates/chocolate13_wfeswm.png"
},
{
"id": 12,
"name": "CARAMEL",
"desc": "Hazelnut praliné with roasted and caramelized sesame",
"price": 1.2,
"src": "https://res.cloudinary.com/duokspzx0/image/upload/v1676619842/chocolates/chocolate14_aay6fx.png"
}
],
"sizeBoxes": [
6,
10,
16,
24,
32,
48
],
"users": [
]
}