2023-04-14 05:12:45 +10:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"version": "0.1.0",
|
2024-04-04 11:09:58 +11:00
|
|
|
"homepage": "./",
|
2023-04-14 05:12:45 +10:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2023-07-05 08:08:16 +10:00
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
|
|
|
"@types/jest": "^29.5.2",
|
|
|
|
"@types/node": "^20.3.3",
|
|
|
|
"@types/react": "^18.2.14",
|
|
|
|
"@types/react-dom": "^18.2.6",
|
2023-04-14 05:12:45 +10:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-scripts": "5.0.1",
|
2023-07-05 08:08:16 +10:00
|
|
|
"styled-components": "^6.0.2",
|
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"web-vitals": "^3.3.2"
|
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"typescript": "^5.1.6"
|
2023-04-14 05:12:45 +10:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2023-04-14 06:44:00 +10:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-18 07:57:24 +10:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2023-07-05 08:08:16 +10:00
|
|
|
"prettier": "2.8.8"
|
2023-04-14 05:12:45 +10:00
|
|
|
}
|
2023-07-06 06:47:36 +10:00
|
|
|
}
|