feat(docz-example-typescript): add new example

This commit is contained in:
Pedro Nauck
2018-05-28 16:12:55 -03:00
parent 5b53b07119
commit 9052d0f110
8 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "docz-example-typescript",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.0.1",
"emotion": "^9.1.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.1.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.0.1"
}
}