mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-11 10:02:58 +00:00
virtual-dom -> React
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user