-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.txt
104 lines (104 loc) · 2.46 KB
/
categories.txt
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
[
{
id: 1,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Eletrônicos',
items: '2',
products: [
{
id: 1,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Some description 1',
price: 'R$10,00',
},
{
id: 2,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Some description 2',
price: 'R$20,00',
},
]
},
{
id: 2,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Baby',
items: '3',
products: [
{
id: 1,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Some description 1',
price: 'R$10,00',
},
{
id: 2,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Some description 2',
price: 'R$20,00',
},
{
id: 3,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Some description 3',
price: 'R$30,00',
}
]
},
{
id: 3,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Casa',
items: '5',
products: []
},
{
id: 4,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Saúde',
items: '5',
products: []
},
{
id: 5,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Informática',
items: '5',
products: []
},
{
id: 6,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Vestuário',
items: '5',
products: []
},
{
id: 7,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Cama, Mesa e Banho',
items: '5',
products: []
},
{
id: 8,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Ferramentas',
items: '5',
products: []
},
{
id: 9,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Cama, Mesa e Banho',
items: '5',
products: []
},
{
id: 10,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Ferramentas',
items: '5',
products: []
}
]