Files
docz/packages/docz-theme-default/package.json
Pedro Nauck fa4a649159 v0.11.2
2018-09-11 02:35:32 -03:00

69 lines
1.9 KiB
JSON

{
"name": "docz-theme-default",
"version": "0.11.2",
"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": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack --progress --colors --watch",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint --fix --project .",
"tslint": "tslint --project ."
},
"dependencies": {
"codemirror": "^5.40.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.11.2",
"emotion": "^9.2.8",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.3.7",
"lodash.get": "^4.4.2",
"match-sorter": "^2.3.0",
"polished": "^2.0.3",
"pretty": "^2.0.0",
"prop-types": "15.6.2",
"re-resizable": "^4.8.1",
"react": "^16.5.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8",
"react-feather": "^1.1.3",
"react-lightweight-tooltip": "^1.0.0",
"react-live": "^1.11.0",
"react-perfect-scrollbar": "^1.2.0",
"react-powerplug": "^1.0.0-rc.1",
"react-sizes": "^1.0.4",
"webfontloader": "^1.6.28"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@types/lodash.get": "^4.4.4",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"babel-loader": "^8.0.2",
"babel-plugin-emotion": "^9.2.8",
"cross-env": "^5.2.0",
"filemanager-webpack-plugin": "^2.0.4",
"ts-loader": "^4.5.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0"
}
}