mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-04 21:59:41 +08:00
feat(docz-example-typescript): add new example
This commit is contained in:
19
examples/typescript/package.json
Normal file
19
examples/typescript/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user