|
4 | 4 | "description": "React Interactive", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "scripts": { |
7 | | - "build": "npm run build-lib && npm run build-dist", |
| 7 | + "build": "yarn build-lib && yarn build-dist", |
8 | 8 | "build-lib": "rm -rf lib && babel src -d lib", |
9 | 9 | "build-dist": "rm -rf dist && webpack src/index.js dist/ReactInteractive.js && webpack -p src/index.js dist/ReactInteractive.min.js", |
10 | | - "prepublish": "npm run build", |
11 | | - "dev": "npm link && babel src -d lib --watch" |
| 10 | + "prepublish": "yarn build", |
| 11 | + "dev": "yarn link && babel src -d lib --watch" |
12 | 12 | }, |
13 | 13 | "files": [ |
14 | 14 | "src", |
|
37 | 37 | "react": "^15.5.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "babel-cli": "^6.24.1", |
| 40 | + "babel-cli": "^6.26.0", |
41 | 41 | "babel-eslint": "^7.2.3", |
42 | 42 | "babel-loader": "^7.0.0", |
43 | 43 | "babel-plugin-add-module-exports": "^0.2.1", |
44 | 44 | "babel-preset-env": "^1.4.0", |
45 | 45 | "babel-preset-react": "^6.24.1", |
46 | 46 | "babel-preset-stage-1": "^6.24.1", |
47 | | - "eslint": "^3.19.0", |
48 | | - "eslint-config-airbnb": "^14.1.0", |
| 47 | + "eslint": "^4.4.1", |
| 48 | + "eslint-config-airbnb": "^15.1.0", |
| 49 | + "eslint-config-prettier": "^2.3.0", |
49 | 50 | "eslint-plugin-import": "^2.1.0", |
50 | | - "eslint-plugin-jsx-a11y": "^4.0.0", |
51 | | - "eslint-plugin-react": "^6.10.3", |
52 | | - "webpack": "^2.4.1" |
| 51 | + "eslint-plugin-jsx-a11y": "^5.1.1", |
| 52 | + "eslint-plugin-prettier": "^2.2.0", |
| 53 | + "eslint-plugin-react": "^7.2.1", |
| 54 | + "prettier": "^1.5.3", |
| 55 | + "webpack": "^3.5.5" |
53 | 56 | }, |
54 | 57 | "dependencies": { |
55 | | - "detect-it": "^3.0.0", |
| 58 | + "detect-it": "^3.0.1", |
56 | 59 | "object-assign": "^4.1.1", |
57 | 60 | "prop-types": "^15.5.8" |
58 | 61 | } |
|
0 commit comments