-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 932 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 932 Bytes
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": "@11tyrocks/eleventy-plugin-lightningcss",
"version": "1.6.0",
"description": "Process CSS in Eleventy (11ty) with LightningCSS to minify, prefix, and add future CSS support.",
"homepage": "",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve --incremental",
"build": "eleventy",
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/eleventy-plugin-lightningcss.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"lightningcss"
],
"author": {
"name": "5t3ph",
"url": "https://11ty.rocks"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/eleventy-plugin-lightningcss/issues"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
},
"dependencies": {
"browserslist": "^4.28.1",
"lightningcss": "^1.31.1"
}
}