-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 777 Bytes
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.3",
"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 <glromeo@gmail.com> (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.8.8"
},
"dependencies": {
"@snowpack/plugin-sass": "^1.4.0",
"picomatch": "^2.3.1"
}
}