Files
docz/examples/babel6/package.json
Pedro Nauck 2dcb7dd41d v0.10.0
2018-08-16 00:48:24 -03:00

24 lines
490 B
JSON

{
"name": "docz-example-babel6",
"version": "0.10.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.0",
"docz-core": "^0.10.0",
"emotion": "^9.2.6",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.6"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.6",
"docz-plugin-babel6": "^0.10.0",
"typescript": "^3.0.1"
}
}