mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-06 14:35:43 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "docz-theme-default",
|
|
"version": "0.1.2-beta.0",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"umd:main": "dist/index.umd.js",
|
|
"module": "dist/index.m.js",
|
|
"source": "src/index.tsx",
|
|
"files": [
|
|
"dist/",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"dev": "libundler watch --ts",
|
|
"build": "libundler build --ts --c --sm",
|
|
"fix": "run-s fix:*",
|
|
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
|
|
"fix:tslint": "tslint --fix --project .",
|
|
"tslint": "tslint --project ."
|
|
},
|
|
"dependencies": {
|
|
"docz": "^0.1.2-beta.0",
|
|
"emotion": "^9.1.3",
|
|
"emotion-theming": "^9.1.2",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"prismjs": "^1.14.0",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-emotion": "^9.1.3",
|
|
"react-feather": "^1.1.0",
|
|
"react-lightweight-tooltip": "^1.0.0",
|
|
"react-powerplug": "^1.0.0-alpha.7"
|
|
},
|
|
"peerDependencies": {
|
|
"docz": "^0.1.1",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/prismjs": "^1.9.0",
|
|
"babel-plugin-emotion": "^9.1.0",
|
|
"rollup-plugin-svg": "^1.0.1"
|
|
}
|
|
}
|