forked from glromeo/snowpack-plugin-css-result
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 778 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
{
"name": "snowpack-plugin-css-result",
"version": "1.0.1",
"description": "A rudimentary plugin that transforms sass (delegating to @snowpack/plugin-sass) into css results (.js) for lit-element",
"main": "index.js",
"author": "Gianluca Romeo <[email protected]> (https://github.com/glromeo/snowpack-plugin-css-result)",
"license": "ISC",
"bugs": {
"url": "https://github.com/glromeo/snowpack-plugin-css-result/issues"
},
"homepage": "https://github.com/glromeo/snowpack-plugin-css-result#readme",
"repository": {
"type": "git",
"url": "https://github.com/glromeo/snowpack-plugin-css-result.git"
},
"devDependencies": {
"snowpack": "^3.0.11"
},
"dependencies": {
"@snowpack/plugin-sass": "^1.3.0",
"picomatch": "^2.2.2"
}
}