mirror of
https://github.com/zhigang1992/docz.git
synced 2026-01-12 17:13:14 +08:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "docz-theme-default",
|
|
"version": "0.12.9",
|
|
"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.41.0",
|
|
"copy-text-to-clipboard": "^1.0.4",
|
|
"docz": "^0.12.9",
|
|
"emotion": "^9.2.12",
|
|
"emotion-theming": "^9.2.9",
|
|
"facepaint": "^1.2.1",
|
|
"hotkeys-js": "^3.3.7",
|
|
"lodash.flattendepth": "^4.7.0",
|
|
"lodash.get": "^4.4.2",
|
|
"match-sorter": "^2.3.0",
|
|
"normalize.css": "^8.0.0",
|
|
"polished": "^2.3.0",
|
|
"pretty": "^2.0.0",
|
|
"prop-types": "15.6.2",
|
|
"rc-tooltip": "^3.7.3",
|
|
"re-resizable": "^4.9.2",
|
|
"react": "^16.6.0",
|
|
"react-codemirror2": "^5.1.0",
|
|
"react-dom": "^16.6.0",
|
|
"react-emotion": "^9.2.12",
|
|
"react-feather": "^1.1.4",
|
|
"react-live": "^1.12.0",
|
|
"react-perfect-scrollbar": "^1.4.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.1.2",
|
|
"@types/lodash.flattendepth": "^4.7.4",
|
|
"@types/lodash.get": "^4.4.4",
|
|
"@types/react": "^16.4.18",
|
|
"@types/react-dom": "^16.0.9",
|
|
"babel-loader": "^8.0.2",
|
|
"babel-plugin-emotion": "^9.2.11",
|
|
"cross-env": "^5.2.0",
|
|
"css-loader": "^1.0.1",
|
|
"filemanager-webpack-plugin": "^2.0.5",
|
|
"style-loader": "^0.23.1",
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
"ts-loader": "^5.3.0",
|
|
"webpack": "^4.23.1",
|
|
"webpack-bundle-analyzer": "^3.0.3",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|