mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-25 16:56:53 +00:00
use virtual-dom to implement functionality for invite form
This commit is contained in:
@@ -17,13 +17,15 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^0.4.2",
|
||||
"virtual-dom": "^1.1.0"
|
||||
"lodash": "^2.4.1",
|
||||
"virtual-dom": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.8.0",
|
||||
"6to5ify": "^3.1.2",
|
||||
"bower": "~1.3.5",
|
||||
"browserify": "~6.1.0",
|
||||
"chalk": "~0.5.1",
|
||||
"coffee-script": "~1.8.0",
|
||||
"deamdify": "^0.1.1",
|
||||
"debowerify": "~0.9.1",
|
||||
"ecstatic": "~0.5.3",
|
||||
@@ -47,6 +49,7 @@
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"6to5ify",
|
||||
"debowerify",
|
||||
"deamdify"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user