mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-25 21:55:54 +08:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "playgrodd-example-basic",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "playgrodd start"
|
|
},
|
|
"dependencies": {
|
|
"emotion": "^9.0.2",
|
|
"playgrodd": "^0.0.1",
|
|
"playgrodd-theme-default": "^0.0.1",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-emotion": "^9.0.2",
|
|
"react-router-dom": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-emotion": "^9.0.1"
|
|
}
|
|
}
|