mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-29 22:38:43 +08:00
23 lines
545 B
JSON
23 lines
545 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-emotion": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0-beta.42",
|
|
"@babel/preset-env": "^7.0.0-beta.42",
|
|
"@babel/preset-react": "^7.0.0-beta.42",
|
|
"babel-plugin-emotion": "^9.0.1",
|
|
"babel-plugin-module-resolver": "^3.1.0"
|
|
}
|
|
}
|