-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopItems.json
107 lines (107 loc) · 1.74 KB
/
shopItems.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"name": "Pepsi 0.5l",
"price": 1.49,
"type": "drink"
},
{
"name": "Pepsi 1l",
"price": 2.49,
"type": "drink"
},
{
"name": "Orange juice 0.5l",
"price": 1.40,
"type": "drink"
},
{
"name": "Lemon tea 1l",
"price": 1.99,
"type": "drink"
},
{
"name": "Coca-Cola 0.33l",
"price": 0.89,
"type": "drink"
},
{
"name": "Coca-Cola 1l",
"price": 2.99,
"type": "drink"
},
{
"name": "Heineken 0.5l",
"price": 1.89,
"type": "drink"
},
{
"name": "Soda 0.5l",
"price": 0.49,
"type": "drink"
},
{
"name": "Tomato juice 0.5l",
"price": 0.99,
"type": "drink"
},
{
"name": "Grapefruit juice 0.5l",
"price": 0.99,
"type": "drink"
},
{
"name": "Aloe Vera drink 0.5l",
"price": 2.99,
"type": "drink"
},
{
"name": "Water 0.5l",
"price": 0.29,
"type": "drink"
},
{
"name": "Snickers 70g",
"price": 1.20,
"type": "food"
},
{
"name": "Lay's Onion 90g",
"price": 2.09,
"type": "food"
},
{
"name": "White chocolate 100g",
"price": 1.90,
"type": "food"
},
{
"name": "Nutella 250g",
"price": 8.50,
"type": "food"
},
{
"name": "Ketchup Heinz 100g",
"price": 3.49,
"type": "food"
},
{
"name": "Mustard Heinz 100g",
"price": 3.29,
"type": "food"
},
{
"name": "Plastic cups 20pcs",
"price": 1.19,
"type": "miscellanous"
},
{
"name": "Plastic cutlery 40pcs",
"price": 1.89,
"type": "miscellanous"
},
{
"name": "Grill kindling",
"price": 4.49,
"type": "miscellanous"
}
]