qrbtf/package.json

52 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "qrbtf",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-05-19 04:36:23 +00:00
"jsqr": "^1.3.1",
2020-06-30 14:09:18 +00:00
"medium-zoom": "^1.0.5",
2020-05-06 12:39:05 +00:00
"prop-types": "^15.7.2",
"react": "^16.13.1",
2020-05-10 16:13:38 +00:00
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
2020-06-16 07:34:31 +00:00
"react-ga": "^3.0.0",
2020-06-11 17:17:46 +00:00
"react-github-btn": "^1.2.0",
2020-06-22 11:18:30 +00:00
"react-indiana-drag-scroll": "^1.6.1",
2020-06-30 07:27:36 +00:00
"react-lazy-load": "^3.0.13",
2020-05-06 12:39:05 +00:00
"react-redux": "^7.2.0",
"react-scripts": "3.4.1",
2020-09-01 12:20:49 +00:00
"redux": "^4.0.5",
"serialize-javascript": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
2020-05-01 05:11:42 +00:00
},
2020-05-06 12:39:05 +00:00
"homepage": "./",
"devDependencies": {
2020-05-13 07:33:17 +00:00
"reactcss": "^1.2.3",
2020-05-10 10:15:02 +00:00
"redux-devtools": "^3.5.0",
"tcb-js-sdk": "^1.6.1"
2020-05-06 12:39:05 +00:00
}
}