-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 850 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
24
25
26
27
28
29
30
31
{
"name": "tailwind-plugin-progress-variant",
"version": "1.0.0",
"description": "tailwind plugin: adds progress bar and progress value variant",
"main": "src/index.js",
"author": "jcaillot <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jcaillot/tailwind-plugin-progress-variant.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest"
},
"bugs": {
"url": "https://github.com/jcaillot/tailwind-plugin-progress-variant/issues"
},
"homepage": "https://github.com/jcaillot/tailwind-plugin-progress-variant",
"devDependencies": {
"autoprefixer": "^10.4.16",
"jest": "^29.7.0",
"jest-matcher-css": "^1.1.0",
"path": "^0.12.7",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
}
}