-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
38 lines (38 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "webpack-rtl-plugin",
"version": "2.0.0",
"description": "Webpack plugin to produce a rtl css bundle",
"main": "src/index.js",
"scripts": {
"test": "rm -rf test/dist* && mocha test/*.js"
},
"author": "Romain Berger <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/romainberger/webpack-rtl-plugin"
},
"bugs": {
"url": "https://github.com/romainberger/webpack-rtl-plugin"
},
"homepage": "https://github.com/romainberger/webpack-rtl-plugin",
"keywords": [
"webpack",
"css",
"rtl"
],
"license": "MIT",
"devDependencies": {
"chai": "4.2.0",
"css-loader": "2.1.1",
"mini-css-extract-plugin": "0.5.0",
"mocha": "6.0.2",
"webpack": "4.29.6"
},
"dependencies": {
"@romainberger/css-diff": "^1.0.3",
"async": "^2.0.0",
"cssnano": "4.1.10",
"rtlcss": "2.4.0",
"webpack-sources": "1.3.0"
}
}