-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
41 lines (41 loc) · 898 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
39
40
41
{
"name": "media-query-plugin",
"version": "1.5.0",
"description": "Webpack plugin for media query extraction.",
"author": "Kai Falkowski",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout 10000"
},
"keywords": [
"webpack",
"plugin",
"loader",
"mediaquery",
"extract",
"split",
"css"
],
"dependencies": {
"loader-utils": "^2.0.0",
"postcss": "^7.0.32",
"webpack": "^5.21.2",
"webpack-sources": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.11.1",
"mocha": "^8.1.3",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack-merge": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/SassNinja/media-query-plugin.git"
}
}