Add the majority of the scaffolding to get the class data out to the ical builder
- next step is to actually write the ical generator :dancing_penguin: - I'm committing this through WebStorm's UI to try it out so I've no idea what could go wrong....just a heads up
Showing
... | ... | @@ -40,6 +40,11 @@ |
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-config-standard-jsx": "^3.2.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-react": "^6.8.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"husky": "^0.11.9", | ||
"lint-staged": "^3.2.1", | ||
"mocha": "^3.0.2", | ||
... | ... |