2024-06-11 03:46:47 +00:00
|
|
|
{
|
|
|
|
"name": "saahild.com",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-06-16 04:57:13 +00:00
|
|
|
"@mdi/js": "^7.4.47",
|
|
|
|
"@mdi/react": "^1.6.1",
|
2024-06-11 03:46:47 +00:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.18.98",
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-06-22 22:09:40 +00:00
|
|
|
"ackee-tracker": "^5.1.0",
|
2024-06-12 02:37:31 +00:00
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-animate-on-scroll": "^2.1.9",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-06-20 04:08:44 +00:00
|
|
|
"react-icons": "^5.2.1",
|
2024-06-12 02:37:31 +00:00
|
|
|
"react-parallax-tilt": "^1.7.224",
|
2024-06-11 03:46:47 +00:00
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"typescript": "^4.9.5",
|
2024-06-16 04:57:13 +00:00
|
|
|
"typewriter-effect": "^2.21.0",
|
2024-06-11 03:46:47 +00:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
2024-06-12 02:37:31 +00:00
|
|
|
"build:react": "react-scripts build",
|
|
|
|
"build": "bun run scripts/build.ts",
|
2024-06-11 03:46:47 +00:00
|
|
|
"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": {
|
2024-06-22 22:09:40 +00:00
|
|
|
"@types/ackee-tracker": "^5.0.4",
|
2024-06-12 02:37:31 +00:00
|
|
|
"@types/react-animate-on-scroll": "^2.1.8",
|
2024-06-11 03:46:47 +00:00
|
|
|
"daisyui": "^4.12.2",
|
|
|
|
"tailwindcss": "^3.4.4"
|
|
|
|
}
|
|
|
|
}
|