Files
docz/packages/docz-plugin-css/package.json
Pedro Nauck 2dcb7dd41d v0.10.0
2018-08-16 00:48:24 -03:00

46 lines
1.2 KiB
JSON

{
"name": "docz-plugin-css",
"version": "0.10.0",
"description": "This package makes it possible to use preprocessors and css modules on docz",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"files": [
"dist/",
"package.json",
"README.md"
],
"scripts": {
"dev": "libundler watch --ts",
"build": "libundler build --ts --c",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint --fix --project .",
"tslint": "tslint --project ."
},
"dependencies": {
"autoprefixer": "^9.0.1",
"css-loader": "^1.0.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.10.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss": "^7.0.2",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.16.3",
"webpack-chain": "^4.8.0"
}
}