near-bos-vm/package.json
2022-08-23 16:21:20 -07:00

67 lines
1.7 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"big.js": "^6.1.1",
"bn.js": "^5.1.1",
"bootstrap": "^5.0.1",
"bootstrap-icons": "^1.5.0",
"chart.js": "^3.3.2",
"chartjs-adapter-moment": "^1.0.0",
"collections": "^5.1.12",
"error-polyfill": "^0.1.2",
"local-storage": "^2.0.0",
"moment": "^2.29.1",
"near-api-js": "^0.45.1",
"node-sass": "^4.0.0",
"react": "^16.13.1",
"react-chartjs-2": "^3.0.3",
"react-compound-timer": "^1.2.0",
"react-datepicker": "^4.1.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.13.1",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^7.1.0",
"react-markdown-editor-lite": "^1.3.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-select": "^4.3.1",
"react-singleton-hook": "^3.1.1",
"react-tooltip": "^4.2.13",
"react-uuid": "^1.0.2",
"remark-gfm": "^3.0.1",
"swr": "^0.5.6",
"timeago-react": "^3.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "^2.2.1"
}
}