qrbtf/package.json

45 lines
985 B
JSON
Raw 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-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-05-06 12:39:05 +00:00
"react-redux": "^7.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.5"
},
"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
}
}