@rockpack/logger
Version:
This module can help you build error tracking & crash reporting system for your React application.
26 lines (25 loc) • 559 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"start": "cross-env NODE_ENV=development node build",
"build": "cross-env NODE_ENV=production node build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"prop-types": "15.7.2",
"dayjs": "1.8.14",
"platform": "1.3.5",
"is-mobile": "2.0.0",
"react-toastify": "5.1.0",
"bootstrap": "4.3.1",
"react-ace": "6.5.0",
"brace": "0.11.1"
}
}