2023-01-12 16:56:35 +00:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"test": "vtex-test-tools test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"apollo-client": "^2.6.8",
|
|
|
|
"jquery": "^3.6.0",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-apollo": "^3.1.3",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-intl": "^3.12.0",
|
|
|
|
"react-select": "^5.6.1"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"isolatedModules": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.9.8",
|
|
|
|
"@types/react": "^16.9.31",
|
|
|
|
"@vtex/tsconfig": "^0.4.4",
|
|
|
|
"graphql": "^14.6.0",
|
|
|
|
"typescript": "3.9.7",
|
|
|
|
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.130.0/public/@types/vtex.render-runtime",
|
|
|
|
"vtex.responsive-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.responsive-layout@0.1.2/public/@types/vtex.responsive-layout",
|
|
|
|
"vtex.rich-text": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.rich-text@0.14.0/public/@types/vtex.rich-text",
|
|
|
|
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.145.0/public/@types/vtex.styleguide",
|
2023-01-20 13:07:13 +00:00
|
|
|
"vtex.product-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-context@0.10.0/public/@types/vtex.product-context",
|
|
|
|
"vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.css-handles@1.0.0/public/@types/vtex.css-handles"
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
}
|