-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "sirocco-wc",
"version": "1.1.25",
"keywords": [
"sirocco",
"wc",
"webcomponents",
"lit",
"lit-element",
"tailwindcss",
"parcel",
"cli",
"shell",
"Scaffolding",
"UX",
"UI",
"DRY",
"playwright",
"jest",
"testing",
"jenkinsCI"
],
"description": "Scaffolding Tool for the fusion of lit with tailwind. DRY development in the speed of light with the zero configuration build tool parcel, playwright and jest testing. jenkinsCI ready.",
"author": "Thorsten Scherler",
"license": "MIT",
"main": "./bin/main.js",
"repository": {
"type": "git",
"url": "https://github.com/scherler/sirocco-wc.git"
},
"bin": "./bin/main.js",
"exports": {
"./tailwindcss": "./tailwindcss.js"
},
"overrides": {
"lodash": "^4.17.21"
},
"dependencies": {
"@caporal/core": "^2.0.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"fs": "0.0.2",
"glob": "^10.4.2",
"lodash": "^4.17.21",
"path": "^0.12.7",
"postcss": "^8.4.39",
"prompt": "^1.3.0",
"shelljs": "^0.8.5",
"strip-comments": "^2.0.1",
"tailwindcss": "^3.4.4"
},
"packageManager": "yarn@3.2.4",
"devDependencies": {
"@types/lodash": "^4.17.6"
}
}