forked from reworkcss/rework-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 897 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": "@fomantic/rework-import",
"version": "3.1.0",
"description": "A rework plugin to read and inline CSS files via @import",
"license": "MIT",
"repository": "https://github.com/fomantic/rework-import",
"authors": [
"Jason Campbell <jason@js.la>",
"Kevin Mårtensson <kevinmartensson@gmail.com>",
"Maxime Thirouin <m@moox.io>"
],
"engines": {
"node": ">=12"
},
"scripts": {
"test": "ava test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"css",
"import",
"media",
"rework"
],
"dependencies": {
"@adobe/css-tools": "4.2.0",
"globby": "^11.1.0",
"parse-import": "^2.0.0",
"re2": "1.20.5",
"unixify": "^1.0.0",
"url-regex-safe": "^3.0.0"
},
"devDependencies": {
"ava": "^4.3.3",
"css-whitespace": "^1.1.1",
"normalize-newline": "^3.0.0",
"@fomantic/rework": "^2.0.0"
}
}