rtl-css-transform-webpack-plugin
Version:
Webpack plugin for transforming CSS from LTR to RTL.
55 lines (54 loc) • 1.49 kB
JSON
{
"name": "rtl-css-transform-webpack-plugin",
"version": "1.0.6",
"description": "Webpack plugin for transforming CSS from LTR to RTL.",
"main": "dist/index.js",
"scripts": {
"test": "jest --coverage",
"prebuild": "npm run clean-dist",
"build": "tsc && babel tsc -d dist",
"postbuild": "npm run clean-tsc",
"prepublish": "npm run build",
"clean-dist": "rimraf dist",
"clean-tsc": "rimraf tsc"
},
"keywords": [
"rtl",
"rtlcss",
"webpack",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/nicolashemonic/rtl-css-transform-webpack-plugin.git"
},
"bugs": "https://github.com/nicolashemonic/rtl-css-transform-webpack-plugin/issues?state=open",
"author": "Nicolas Hémonic",
"license": "MIT",
"files": [
"dist"
],
"dependencies": {
"rtlcss": "^2.2.1",
"webpack-sources": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/memory-fs": "^0.3.0",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/webpack": "^4.1.3",
"@types/webpack-sources": "^0.1.4",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"jest": "^22.4.3",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"rimraf": "^2.6.2",
"ts-jest": "^22.4.4",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.6.0"
}
}