-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "stimulus-tailwind-components",
"version": "0.5.0",
"description": "StimulusJS for Tailwind Styled Components",
"main": "dist/stimulus-tailwind-components.min.js",
"scripts": {
"build": "./bin/build",
"build:playground": "node ./esbuild-playground.js",
"build:prod": "node ./esbuild.js",
"prepublish": "yarn build:prod",
"lint": "./bin/lint",
"lint:markdown": "markdownlint .github/**/*.md README.md -c .markdownlint.yml",
"lint:javascript": "eslint src esbuild.js esbuild-playground.js prettier.config.js",
"format": "prettier './**/*.{css,js,json,yml,md,html}' -l",
"format:fix": "prettier './**/*.{css,js,json,yml,md,html}' -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiefpansancolt/stimulus-tailwind-components.git"
},
"amdName": "StimulusTailwindComponents",
"keywords": [
"stimulus",
"stimulusjs",
"tailwind",
"tailwindui",
"tailwindcss",
"components"
],
"author": "Christopher Pezza",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiefpansancolt/stimulus-tailwind-components/issues"
},
"homepage": "https://stimulus-tailwind.chiefpansancolt.dev/",
"babel": {},
"dependencies": {
"@hotwired/stimulus": "^3.2.1"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"esbuild": "^0.17.15",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"markdownlint": "^0.28.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1"
}
}