generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 998 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
{
"name": "@11tyrocks/eleventy-plugin-sass-lightningcss",
"version": "1.3.0",
"description": "Compile Sass in Eleventy (11ty) and process it 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-sass-lightningcss.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"sass",
"lightningcss"
],
"author": {
"name": "5t3ph",
"url": "https://11ty.rocks"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/eleventy-plugin-sass-lightningcss/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
},
"dependencies": {
"browserslist": "^4.23.0",
"lightningcss": "^1.24.1",
"sass": "^1.74.1"
}
}