Files
docz/packages/docz-theme-default/package.json
Pedro Nauck ecbeb86e53 v0.9.5
2018-08-04 14:18:11 -03:00

59 lines
1.5 KiB
JSON

{
"name": "docz-theme-default",
"version": "0.9.5",
"description": "The default theme of docz",
"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": {
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.9.5",
"emotion": "^9.2.6",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.3.5",
"lodash.get": "^4.4.2",
"match-sorter": "^2.2.3",
"polished": "^1.9.3",
"pretty": "^2.0.0",
"prop-types": "15.6.2",
"re-resizable": "^4.7.1",
"react": "^16.4.2",
"react-adopt": "^0.6.0",
"react-breakpoints": "^3.0.0",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.6",
"react-feather": "^1.1.1",
"react-lightweight-tooltip": "^1.0.0",
"react-powerplug": "^1.0.0-rc.1",
"react-syntax-highlighter": "^8.0.1",
"webfontloader": "^1.6.28"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/lodash.get": "^4.4.4",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"babel-plugin-emotion": "^9.2.6",
"rollup-plugin-svg": "^1.0.1"
}
}