mern-lpu-hrd-project/frontend/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2020-10-20 03:15:33 +00:00
{
2020-10-28 08:35:08 +00:00
"name": "hello-world",
2020-10-20 03:15:33 +00:00
"version": "0.1.0",
2020-10-20 05:32:14 +00:00
"private": true,
2020-10-20 03:15:33 +00:00
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.11",
2020-10-20 05:32:14 +00:00
"@testing-library/jest-dom": "^4.2.4",
2020-10-28 08:35:08 +00:00
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0"
2020-10-20 03:15:33 +00:00
},
2020-10-20 05:32:14 +00:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2020-10-20 03:15:33 +00:00
},
2020-10-20 05:32:14 +00:00
"eslintConfig": {
"extends": "react-app"
2020-10-20 03:15:33 +00:00
},
2020-10-20 05:32:14 +00:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
2020-10-20 03:15:33 +00:00
}