|
1 | 1 | { |
2 | | - "name" : "react-semantify", |
| 2 | + "name": "react-semantify", |
3 | 3 | "description": "Integrate Semantic-ui with react components.", |
4 | | - "version" : "0.3.2", |
| 4 | + "version": "0.3.2", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
7 | 7 | "semantic-ui", |
|
10 | 10 | ], |
11 | 11 | "contributor": [ |
12 | 12 | { |
13 | | - "name" : "Lee", |
| 13 | + "name": "Lee", |
14 | 14 | |
15 | 15 | } |
16 | 16 | ], |
17 | 17 | "repository": [ |
18 | 18 | { |
19 | 19 | "type": "git", |
20 | | - "url" : "https://github.com/jessy1092/react-semantify" |
| 20 | + "url": "https://github.com/jessy1092/react-semantify" |
21 | 21 | } |
22 | 22 | ], |
23 | 23 | "bugs": { |
|
30 | 30 | "prepublish": "gulp transpile", |
31 | 31 | "test": "node ./node_modules/jest-cli/bin/jest.js" |
32 | 32 | }, |
33 | | - "engines":{ |
| 33 | + "engines": { |
34 | 34 | "node": ">= 0.10.x" |
35 | 35 | }, |
36 | 36 | "main": "lib/index.js", |
37 | 37 | "dependencies": { |
38 | | - "react": "^0.13.3", |
39 | | - "classnames": "^2.1.5" |
| 38 | + "classnames": "^2.2.0", |
| 39 | + "react": "^0.14.2", |
| 40 | + "react-dom": "^0.14.2" |
40 | 41 | }, |
41 | 42 | "devDependencies": { |
42 | | - "babel": "^5.8.23", |
43 | | - "babel-core": "^5.8.25", |
44 | | - "browserify": "^11.2.0", |
| 43 | + "babel": "^6.1.18", |
| 44 | + "babel-core": "^6.1.18", |
| 45 | + "babel-preset-es2015": "^6.1.18", |
| 46 | + "babel-preset-react": "^6.1.18", |
| 47 | + "babel-preset-stage-0": "^6.1.18", |
| 48 | + "babelify": "^7.2.0", |
| 49 | + "browserify": "^12.0.1", |
| 50 | + "browserify-global-shim": "^1.0.0", |
45 | 51 | "gulp": "git://github.com/gulpjs/gulp.git#4.0", |
46 | | - "gulp-babel": "^5.2.1", |
| 52 | + "gulp-babel": "^6.1.0", |
47 | 53 | "gulp-rename": "^1.2.2", |
48 | | - "gulp-uglify": "^1.4.1", |
49 | | - "gulp-util": "^3.0.6", |
| 54 | + "gulp-uglify": "^1.5.1", |
| 55 | + "gulp-util": "^3.0.7", |
50 | 56 | "jest-cli": "^0.7.1", |
| 57 | + "react-addons-test-utils": "^0.14.2", |
51 | 58 | "vinyl-buffer": "^1.0.0", |
52 | 59 | "vinyl-source-stream": "^1.1.0" |
53 | 60 | }, |
54 | 61 | "jest": { |
55 | 62 | "scriptPreprocessor": "<rootDir>/test/preprocessor.js", |
56 | | - "testPathDirs": ["<rootDir>/test"], |
57 | | - "unmockedModulePathPatterns": ["<rootDir>/node_modules/react"] |
| 63 | + "testPathDirs": [ |
| 64 | + "<rootDir>/test" |
| 65 | + ], |
| 66 | + "unmockedModulePathPatterns": [ |
| 67 | + "<rootDir>/node_modules/react", |
| 68 | + "<rootDir>/node_modules/react-dom", |
| 69 | + "<rootDir>/node_modules/react-addons-test-utils" |
| 70 | + ] |
58 | 71 | } |
59 | 72 | } |
0 commit comments