60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "personal-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://tombutcher.work",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"@tsparticles/slim": "^3.8.1",
|
|
"antd": "^5.24.2",
|
|
"framer-motion": "^12.4.7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-particles": "^2.12.2",
|
|
"react-responsive": "^10.0.0",
|
|
"react-router-dom": "^7.2.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-turnstile": "^1.1.4",
|
|
"sass": "^1.85.1",
|
|
"web-vitals": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build"
|
|
},
|
|
"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": {
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"gh-pages": "^6.3.0",
|
|
"globals": "^16.0.0"
|
|
}
|
|
}
|