diff --git a/package.json b/package.json new file mode 100644 index 00000000..294a610c --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "weather-app", + "version": "1.0.0", + "description": "A weather application", + "main": "index.js", + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build" + }, + "dependencies": { + "react": "^17.0.2", + "react-dom": "^17.0.2" + }, + "devDependencies": { + }, + "browserslist": { + "production": [">0.2%", "not dead", "not op_mini all"], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } + } \ No newline at end of file