|
4 | 4 | "description": "React wrapper around PopperJS.",
|
5 | 5 | "main": "lib/react-popper.js",
|
6 | 6 | "types": "react-popper.d.ts",
|
7 |
| - "files": ["dist", "lib", "react-popper.d.ts"], |
| 7 | + "files": [ |
| 8 | + "dist", |
| 9 | + "lib", |
| 10 | + "react-popper.d.ts" |
| 11 | + ], |
8 | 12 | "license": "MIT",
|
9 |
| - "author": |
10 |
| - "Travis Arnold <[email protected]> (http://souporserious.com)", |
| 13 | + "author": "Travis Arnold <[email protected]> (http://souporserious.com)", |
11 | 14 | "homepage": "https://github.com/souporserious/react-popper",
|
12 | 15 | "repository": {
|
13 | 16 | "type": "git",
|
|
26 | 29 | "popover"
|
27 | 30 | ],
|
28 | 31 | "lint-staged": {
|
29 |
| - "@(src|example)/**/*.{js,jsx}": ["eslint --fix --max-warnings 5", "git add"] |
| 32 | + "@(src|example)/**/*.{js,jsx}": [ |
| 33 | + "eslint --fix --max-warnings 5", |
| 34 | + "git add" |
| 35 | + ] |
30 | 36 | },
|
31 | 37 | "scripts": {
|
32 | 38 | "precommit": "lint-staged",
|
33 | 39 | "format": "npm run lint -- --fix --quiet",
|
34 | 40 | "lint": "eslint --ext .js,.jsx src/ example/",
|
35 | 41 | "build:lib": "babel src --out-dir lib",
|
36 |
| - "build": |
37 |
| - "npm run build:lib && cross-env NODE_ENV=production webpack --config webpack.prod.config.js", |
| 42 | + "build": "npm run build:lib && cross-env NODE_ENV=production webpack --config webpack.prod.config.js", |
38 | 43 | "dev": "webpack-dev-server --hot --progress --host 0.0.0.0",
|
39 |
| - "postbuild": |
40 |
| - "cross-env NODE_ENV=production && cross-env TARGET=minify webpack --config webpack.prod.config.js", |
| 44 | + "postbuild": "cross-env NODE_ENV=production && cross-env TARGET=minify webpack --config webpack.prod.config.js", |
41 | 45 | "prebuild": "rimraf dist && mkdir dist",
|
42 | 46 | "prepare": "npm run build"
|
43 | 47 | },
|
|
52 | 56 | "devDependencies": {
|
53 | 57 | "babel-cli": "^6.26.0",
|
54 | 58 | "babel-core": "^6.26.0",
|
55 |
| - "babel-eslint": "^8.2.1", |
| 59 | + "babel-eslint": "^8.2.2", |
56 | 60 | "babel-loader": "^7.1.2",
|
57 | 61 | "babel-plugin-transform-class-properties": "^6.24.1",
|
58 | 62 | "babel-plugin-transform-export-extensions": "^6.22.0",
|
|
61 | 65 | "babel-preset-react": "^6.16.0",
|
62 | 66 | "cross-env": "^5.0.5",
|
63 | 67 | "css-loader": "^0.28.9",
|
64 |
| - "eslint": "^4.17.0", |
| 68 | + "eslint": "^4.18.1", |
65 | 69 | "eslint-config-prettier": "^2.9.0",
|
66 |
| - "eslint-config-standard": "^11.0.0-beta.0", |
67 |
| - "eslint-config-standard-react": "^5.0.0", |
68 |
| - "eslint-plugin-import": "^2.8.0", |
| 70 | + "eslint-config-standard": "^11.0.0", |
| 71 | + "eslint-config-standard-react": "^6.0.0", |
| 72 | + "eslint-plugin-import": "^2.9.0", |
69 | 73 | "eslint-plugin-node": "^6.0.0",
|
70 | 74 | "eslint-plugin-prettier": "^2.6.0",
|
71 | 75 | "eslint-plugin-promise": "^3.6.0",
|
72 |
| - "eslint-plugin-react": "^7.6.1", |
| 76 | + "eslint-plugin-react": "^7.7.0", |
73 | 77 | "eslint-plugin-standard": "^3.0.1",
|
74 | 78 | "husky": "^0.14.3",
|
75 |
| - "lint-staged": "^6.1.0", |
| 79 | + "lint-staged": "^7.0.0", |
76 | 80 | "outy": "^0.1.2",
|
77 | 81 | "prettier": "^1.10.2",
|
78 | 82 | "react": "^16.2.0",
|
79 | 83 | "react-dom": "^16.2.0",
|
80 | 84 | "react-portal": "^4.1.2",
|
81 | 85 | "react-transition-group": "^2.2.1",
|
82 | 86 | "rimraf": "^2.6.2",
|
83 |
| - "style-loader": "^0.20.1", |
84 |
| - "webpack": "^3.10.0", |
| 87 | + "style-loader": "^0.20.2", |
| 88 | + "webpack": "^3.11.0", |
85 | 89 | "webpack-dev-server": "^2.11.1"
|
86 | 90 | }
|
87 | 91 | }
|
0 commit comments