@domoinc/cra-template
Version:
The base template for Create React App.
14 lines • 401 B
JSON
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.4",
"web-vitals": "^0.2.4",
"@domoinc/ryuu-proxy": "^4.0.6"
},
"scripts": {
"upload": "yarn build && cd build && domo publish && cd .."
}
}
}