53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "locaft",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.6.0",
|
|
"install": "^0.13.0",
|
|
"react": "^17.0.1",
|
|
"react-bootstrap": "^1.5.2",
|
|
"react-dom": "^17.0.1",
|
|
"react-google-login": "^5.2.2",
|
|
"react-lottie": "^1.2.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.3",
|
|
"styled-components": "^5.2.1",
|
|
"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",
|
|
"dev": "npm run start && nodemon index.js"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|