-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
42
{
"name": "tailwind-to-lit",
"version": "0.0.32",
"description": "A snowpack plugin to create Tailwind styles for LitElement (Creating css-in-js)",
"main": "tailwind-to-lit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielkoek/tailwind-to-lit.git"
},
"keywords": [
"snowpack",
"snowpack-plugin",
"tailwind",
"tailwindcss",
"lit",
"lit-element",
"lit-html"
],
"author": "Daniël Koek",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"glob": "^7.2.0",
"micromatch": "^4.0.4",
"path": "^0.12.7",
"postcss-load-config": "^3.1.1",
"workerpool": "^6.2.0"
},
"devDependencies": {
"postcss": "^8.4.6"
},
"peerDependencies": {
"postcss": "*"
},
"bugs": {
"url": "https://github.com/danielkoek/tailwind-to-lit/issues"
},
"homepage": "https://github.com/danielkoek/tailwind-to-lit#readme"
}