react-weather-animations
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
65 lines (64 loc) • 1.49 kB
JSON
{
"name": "react-weather-animations",
"version": "0.1.0",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"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"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Veknull/react-weather-animations.git"
},
"keywords": [
"weather",
"clear",
"sky",
"sun",
"rain",
"snow",
"mist",
"haze",
"thunder",
"animation"
],
"author": "Veknull",
"license": "ISC",
"bugs": {
"url": "https://github.com/Veknull/react-weather-animations/issues"
},
"homepage": "https://github.com/Veknull/react-weather-animations#readme"
}