virtual-dom -> React

This commit is contained in:
Riku Rouvila
2015-01-25 14:29:48 +02:00
parent f5899e6a4c
commit b0690c7ff4
7 changed files with 109 additions and 137 deletions

View File

@@ -18,7 +18,7 @@
"dependencies": {
"axios": "^0.4.2",
"lodash": "^2.4.1",
"virtual-dom": "^1.2.0"
"react": "^0.12.2"
},
"devDependencies": {
"6to5ify": "^3.1.2",
@@ -48,13 +48,14 @@
"karma-coffee-preprocessor": "~0.2.1",
"karma-jasmine": "~0.2.2",
"pretty-hrtime": "~0.2.2",
"reactify": "^1.0.0",
"through2": "^0.6.3",
"vinyl-source-stream": "~1.0.0",
"watchify": "~2.0.0"
},
"browserify": {
"transform": [
"./jsx-transform",
"reactify",
"6to5ify",
"debowerify",
"deamdify"