mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "saahild.com",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/react": "^1.6.1",
|
|
"@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",
|
|
"ackee-tracker": "^5.1.0",
|
|
"animate.css": "^4.1.1",
|
|
"react": "^18.2.0",
|
|
"react-animate-on-scroll": "^2.1.9",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.2.1",
|
|
"react-parallax-tilt": "^1.7.224",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^4.9.5",
|
|
"typewriter-effect": "^2.21.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build:react": "react-scripts build",
|
|
"build": "bun run scripts/build.ts",
|
|
"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": {
|
|
"@types/ackee-tracker": "^5.0.4",
|
|
"@types/react-animate-on-scroll": "^2.1.8",
|
|
"daisyui": "^4.12.2",
|
|
"tailwindcss": "^3.4.4"
|
|
}
|
|
}
|