소스 검색

Step 2.1: add React.

Frederic G. MARAND 8 년 전
부모
커밋
8bb158bf53
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .meteor/packages
  2. 8 0
      .meteor/versions

+ 1 - 0
.meteor/packages

@@ -18,3 +18,4 @@ ecmascript              # Enable ECMAScript2015+ syntax in app code
 
 autopublish             # Publish all data to the clients (for prototyping)
 insecure                # Allow all DB writes from clients (for prototyping)
+react

+ 8 - 0
.meteor/versions

@@ -12,6 +12,8 @@ caching-compiler@1.0.0
 caching-html-compiler@1.0.2
 callback-hook@1.0.4
 check@1.1.0
+coffeescript@1.0.11
+cosmos:browserify@0.8.3
 ddp@1.2.2
 ddp-client@1.2.1
 ddp-common@1.2.2
@@ -31,6 +33,7 @@ http@1.1.1
 id-map@1.0.4
 insecure@1.0.4
 jquery@1.11.4
+jsx@0.2.3
 launch-screen@1.0.4
 livedata@1.0.15
 logging@1.0.8
@@ -47,6 +50,11 @@ observe-sequence@1.0.7
 ordered-dict@1.0.4
 promise@0.5.1
 random@1.0.5
+react@0.14.1_1
+react-meteor-data@0.2.3
+react-runtime@0.14.1_1
+react-runtime-dev@0.14.1
+react-runtime-prod@0.14.1
 reactive-dict@1.1.3
 reactive-var@1.0.6
 reload@1.1.4