{ "name": "use-sunlight", "version": "1.0.1", "description": "Hook into the level of sunlight", "main": "./src/use-sunlight.js", "author": "Nicholas Van Doorn", "license": "MIT", "dependencies": { "react": "^16.8.6", "suncalc": "^1.8.0" }, "devDependencies": { "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.2", "@babel/preset-react": "^7.0.0", "@storybook/addon-actions": "^5.0.5", "@storybook/addon-links": "^5.0.5", "@storybook/addons": "^5.0.5", "@storybook/cli": "^5.0.5", "@storybook/react": "^5.0.5", "@types/react": "^16.8.10", "babel-jest": "^24.6.0", "babel-loader": "^8.0.5", "babel-preset-react": "^6.24.1", "colormap": "^2.3.1", "date-fns": "^1.30.1", "eslint": "^5.16.0", "eslint-plugin-react": "^7.12.4", "jest": "^24.5.0", "prettier": "^1.16.4" }, "scripts": { "lint": "eslint src", "format": "prettier --write src/**/*.js", "test": "yarn lint && jest", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" } }