lordfrontend/package.json

40 lines
885 B
JSON
Raw Normal View History

2019-12-27 22:33:58 +00:00
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
2020-01-10 19:10:59 +00:00
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
2019-12-27 22:33:58 +00:00
"react": "^16.12.0",
2020-01-10 19:10:59 +00:00
"react-bootstrap": "^1.0.0-beta.16",
2019-12-27 22:33:58 +00:00
"react-dom": "^16.12.0",
2020-01-10 19:10:59 +00:00
"react-scripts": "3.3.0",
"yarn": "^1.21.1"
2019-12-27 22:33:58 +00:00
},
"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"
]
}
}