Locaft/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "locaft",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-12-16 07:31:17 -08:00
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
2020-11-28 09:28:50 -08:00
"axios": "^0.21.0",
2020-11-07 07:23:24 -08:00
"bootstrap": "^4.5.3",
2020-12-06 08:59:40 -08:00
"install": "^0.13.0",
"react": "^17.0.1",
2020-11-07 07:23:24 -08:00
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
2020-11-09 08:45:04 -08:00
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
2020-11-07 07:23:24 -08:00
"styled-components": "^5.2.1",
2020-12-23 07:44:36 -08:00
"styled-icons": "^10.22.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}