@daniel-szulc/react-weather-widget
Version:
A simple weather widget created using React.js ☀. This Component loading forecast data from various weather providers ⛈.
71 lines (70 loc) • 1.89 kB
JSON
{
"name": "@daniel-szulc/react-weather-widget",
"description": "A simple weather widget created using React.js ☀. This Component loading forecast data from various weather providers ⛈.",
"author": "daniel-szulc",
"keywords": [
"react",
"component",
"widget",
"weather",
"sass",
"openweathermap",
"babel"
],
"version": "1.1.1",
"private": false,
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"homepage": "https://github.com/daniel-szulc/react-weather-widget#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/daniel-szulc/react-weather-widget.git"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^1.7.9",
"babel-jest": "^27.5.1"
},
"scripts": {
"start": "react-scripts start",
"sass": "sass src/lib/components/styles/styles.scss src/App.css --watch",
"build": "del dist && cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files && sass src/lib/components/styles/styles.scss dist/components/styles/styles.css",
"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": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"jest": "27.5.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"sass": "^1.83.4"
}
}