|
2 | 2 | "name": "react-webpack-template", |
3 | 3 | "version": "2.0.1-4", |
4 | 4 | "description": "React Webpack Starter Kit", |
5 | | - "main": "src/index.js", |
| 5 | + "main": "src/exports.js", |
6 | 6 | "scripts": { |
7 | 7 | "start": "npm run serve:dev", |
8 | 8 | "test": "karma start", |
|
20 | 20 | }, |
21 | 21 | "repository": { |
22 | 22 | "type": "git", |
23 | | - "url": "git+https://weblogixx@github.com/weblogixx/react-webpack-template.git" |
| 23 | + "url": "https://github.com/react-webpack-generators/react-webpack-template.git" |
24 | 24 | }, |
25 | 25 | "keywords": [ |
26 | 26 | "React", |
|
34 | 34 | "author": "Christian Schilling (cs@weblogixx.de)", |
35 | 35 | "license": "MIT", |
36 | 36 | "bugs": { |
37 | | - "url": "https://github.com/weblogixx/react-webpack-template/issues" |
| 37 | + "url": "https://github.com/react-webpack-generators/react-webpack-template/issues" |
38 | 38 | }, |
39 | | - "homepage": "https://github.com/weblogixx/react-webpack-template#readme", |
| 39 | + "homepage": "https://github.com/react-webpack-generators/react-webpack-template#readme", |
40 | 40 | "devDependencies": { |
41 | 41 | "babel-core": "^6.7.6", |
42 | 42 | "babel-eslint": "^6.0.4", |
|
51 | 51 | "copyfiles": "^1.0.0", |
52 | 52 | "css-loader": "^0.23.1", |
53 | 53 | "enzyme": "^2.2.0", |
54 | | - "eslint": "^2.8.0", |
55 | | - "eslint-config-airbnb": "^9.0.0", |
| 54 | + "eslint": "^3.0.0", |
| 55 | + "eslint-config-airbnb": "^10.0.0", |
56 | 56 | "eslint-loader": "^1.3.0", |
57 | 57 | "eslint-plugin-import": "^1.4.0", |
58 | | - "eslint-plugin-jsx-a11y": "^1.0.0", |
59 | | - "eslint-plugin-react": "^5.0.0", |
| 58 | + "eslint-plugin-jsx-a11y": "^2.0.0", |
| 59 | + "eslint-plugin-react": "^6.0.0", |
60 | 60 | "file-loader": "^0.9.0", |
61 | 61 | "isparta-loader": "^2.0.0", |
62 | 62 | "karma": "^1.0.0", |
|
69 | 69 | "karma-sinon": "^1.0.5", |
70 | 70 | "karma-sourcemap-loader": "^0.3.7", |
71 | 71 | "karma-webpack": "^1.7.0", |
72 | | - "mocha": "^2.4.5", |
| 72 | + "mocha": "^3.0.0", |
73 | 73 | "null-loader": "^0.1.1", |
74 | 74 | "phantomjs-prebuilt": "^2.1.7", |
75 | 75 | "react-addons-test-utils": "^15.0.1", |
|
0 commit comments