Komang_Gede_Narariya_Suputra/Reactjs1/my-app/package.json
2024-12-31 11:25:09 +07:00

49 lines
1.1 KiB
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^13.5.0",
"diff": "^5.2.0",
"fs": "^0.0.1-security",
"mathjs": "^12.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-test-renderer": "^18.3.1",
"sweetalert2": "^11.11.0",
"web-vitals": "^2.1.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"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/react": "^15.0.7",
"jest": "^27.5.1"
}
}