summaryrefslogtreecommitdiff
path: root/package.json
blob: cbcd98c856ed080c4b1484cb4d094dca28b9e95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "sunlight-theme",
  "version": "1.0.0",
  "description": "Hook into the level of sunlight using an emotion provider",
  "main": "./src/sunlight-theme.js",
  "author": "Nicholas Van Doorn",
  "license": "MIT",
  "dependencies": {
    "react": "^16.8.6",
    "use-sunlight": "^1.0.1"
  },
  "devDependencies": {
    "babel-loader": "^8.0.5",
    "@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-preset-react": "^6.24.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"
  }
}