|
1 | 1 | {
|
2 | 2 | "name": "isomorphic-style-loader",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps",
|
5 | 5 | "repository": "kriasoft/isomorphic-style-loader",
|
6 | 6 | "author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",
|
|
33 | 33 | "files": [
|
34 | 34 | "lib"
|
35 | 35 | ],
|
36 |
| - "babel": { |
37 |
| - "presets": [ |
38 |
| - "react", |
39 |
| - "latest" |
40 |
| - ], |
41 |
| - "plugins": [ |
42 |
| - "transform-runtime" |
43 |
| - ] |
44 |
| - }, |
45 |
| - "eslintConfig": { |
46 |
| - "parser": "babel-eslint", |
47 |
| - "extends": "airbnb", |
48 |
| - "env": { |
49 |
| - "browser": true |
50 |
| - }, |
51 |
| - "rules": { |
52 |
| - "import/no-extraneous-dependencies": "off", |
53 |
| - "no-continue": "off", |
54 |
| - "no-plusplus": "off", |
55 |
| - "react/jsx-filename-extension": "off" |
56 |
| - } |
57 |
| - }, |
58 | 36 | "dependencies": {
|
59 |
| - "babel-runtime": "^6.23.0", |
60 |
| - "hoist-non-react-statics": "^2.0.0", |
| 37 | + "babel-runtime": "^6.25.0", |
| 38 | + "hoist-non-react-statics": "^2.2.2", |
61 | 39 | "loader-utils": "^1.1.0",
|
62 | 40 | "prop-types": "^15.5.10"
|
63 | 41 | },
|
|
69 | 47 | "babel-preset-latest": "^6.24.1",
|
70 | 48 | "babel-preset-react": "^6.24.1",
|
71 | 49 | "babel-register": "^6.24.1",
|
72 |
| - "chai": "^4.0.2", |
| 50 | + "chai": "^4.1.1", |
73 | 51 | "coveralls": "^2.13.1",
|
74 | 52 | "create-react-class": "^15.6.0",
|
75 |
| - "eslint": "^3.19.0", |
76 |
| - "eslint-config-airbnb": "^15.0.2", |
| 53 | + "eslint": "^4.4.1", |
| 54 | + "eslint-config-airbnb": "^15.1.0", |
77 | 55 | "eslint-plugin-import": "^2.7.0",
|
78 | 56 | "eslint-plugin-jsx-a11y": "^6.0.2",
|
79 |
| - "eslint-plugin-react": "^7.1.0", |
| 57 | + "eslint-plugin-react": "^7.2.0", |
80 | 58 | "istanbul": "^1.1.0-alpha.1",
|
81 | 59 | "jsdom": "^11.1.0",
|
82 |
| - "mocha": "^3.4.2", |
| 60 | + "mocha": "^3.5.0", |
83 | 61 | "react": "^15.6.1",
|
84 | 62 | "react-dom": "^15.6.1",
|
85 | 63 | "rimraf": "^2.6.1",
|
86 |
| - "sinon": "^2.3.6" |
| 64 | + "sinon": "^3.2.0" |
87 | 65 | },
|
88 | 66 | "scripts": {
|
89 | 67 | "lint": "eslint src test",
|
90 | 68 | "test": "mocha test --compilers js:babel-register",
|
91 | 69 | "test:watch": "mocha --compilers js:babel-register --reporter min --watch",
|
92 |
| - "test:cover": "babel-node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha", |
| 70 | + "test:cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --compilers js:babel-register", |
93 | 71 | "coveralls": "cat ./coverage/lcov.info | coveralls",
|
94 | 72 | "build": "rimraf lib && babel src --out-dir lib",
|
95 | 73 | "prepublish": "rimraf lib && babel src --out-dir lib"
|
|
0 commit comments