-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 2.51 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
{
"name": "search-bar",
"version": "2.22.2",
"private": true,
"dependencies": {
"react": "^16.8.6",
"react-apollo": "^3.1.5",
"react-intl": "^3.12.0"
},
"scripts": {
"test": "vtex-test-tools test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/node": "^14.18.0",
"@vtex/test-tools": "^3.4.3",
"@vtex/tsconfig": "^0.6.0",
"braces": "^3.0.3",
"form-data": "^2.5.6",
"js-yaml": "^3.15.0",
"micromatch": "^4.0.8",
"node-notifier": "^8.0.1",
"tough-cookie": "^4.1.3",
"typescript": "3.9.7",
"vtex.add-to-cart-button": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.add-to-cart-button@0.30.2/public/@types/vtex.add-to-cart-button",
"vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.css-handles@0.4.4/public/@types/vtex.css-handles",
"vtex.flex-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.flex-layout@0.21.4/public/@types/vtex.flex-layout",
"vtex.order-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.order-manager@0.12.0/public/@types/vtex.order-manager",
"vtex.product-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-context@0.10.1/public/@types/vtex.product-context",
"vtex.product-price": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-price@1.31.2/public/@types/vtex.product-price",
"vtex.product-summary": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-summary@2.90.4/public/@types/vtex.product-summary",
"vtex.recommendation-bff": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.recommendation-bff@0.22.0/public/@types/vtex.recommendation-bff",
"vtex.recommendation-shelf": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.recommendation-shelf@2.3.1/public/@types/vtex.recommendation-shelf",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.136.1/public/@types/vtex.render-runtime",
"vtex.search-page-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-page-context@0.2.0/public/@types/vtex.search-page-context",
"vtex.slider-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.slider-layout@0.24.7/public/@types/vtex.slider-layout"
},
"volta": {
"node": "20.16.0",
"yarn": "1.19.2"
}
}