UNPKG

1.85 kBJSONView Raw
1{
2 "license": "MIT",
3 "version": "0.5.1",
4 "scripts": {
5 "clean": "rm -rf build",
6 "deploy-storybook": "storybook-to-ghpages",
7 "build": "yarn run clean && babel --out-dir build lib",
8 "dev": "start-storybook -p 6006",
9 "postversion": "yarn run build && git push && git push --tags && npm publish && release",
10 "build-storybook": "build-storybook"
11 },
12 "dependencies": {
13 "css-vendor": "^0.3.1",
14 "debug": "^2.6.8",
15 "lodash.throttle": "^3.0.3",
16 "prop-types": "^15.5.10"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/littlebits/react-popover.git"
21 },
22 "author": "Jason Kuhrt <jasonkuhrt@me.com> (http://jasonkuhrt.com/)",
23 "name": "react-popover",
24 "homepage": "https://github.com/littlebits/react-popover",
25 "main": "index.js",
26 "description": "A specification backed popover for react",
27 "devDependencies": {
28 "@storybook/addon-actions": "^3.2.11",
29 "@storybook/addon-links": "^3.2.10",
30 "@storybook/react": "^3.2.11",
31 "@storybook/storybook-deployer": "^2.0.0",
32 "babel-cli": "^6.3.15",
33 "babel-core": "^6.3.15",
34 "babel-eslint": "^7.1.1",
35 "babel-loader": "^6.2.0",
36 "babel-preset-es2015": "^6.3.13",
37 "babel-preset-react": "^6.3.13",
38 "babel-preset-stage-1": "^6.3.13",
39 "eslint": "^3.17.1",
40 "eslint-config-littlebits": "^0.6.2",
41 "prettier": "^1.7.3",
42 "ramda": "^0.18.0",
43 "react": "^16.0.0",
44 "react-dom": "^16.0.0",
45 "react-draggable": "3.0.3",
46 "react-test-renderer": "16",
47 "release": "^1.1.7"
48 },
49 "bugs": {
50 "url": "https://github.com/littlebits/react-popover/issues"
51 },
52 "eslintConfig": {
53 "parser": "babel-eslint",
54 "extends": [
55 "littlebits"
56 ],
57 "env": {
58 "jest": true
59 }
60 },
61 "babel": {
62 "presets": [
63 "es2015",
64 "react",
65 "stage-1"
66 ]
67 }
68}