-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "tailwindcss-skip-link",
"version": "1.0.1",
"description": "A Tailwind CSS plugin for adding a skip link to a page.",
"main": "index.js",
"dependencies": {
"postcss": "^7.0.14",
"tailwindcss": "^1.0.0-beta.5"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-postcss": "^2.0.2",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^25.1.0",
"jest-matcher-css": "^1.0.3",
"prettier": "^1.18.2",
"tailwindcss-plugin-test-helpers": "^1.0.0"
},
"scripts": {
"style": "eslint .",
"test": "jest && eslint ."
},
"repository": {
"url": "https://github.com/opdavies/tailwindcss-plugin-skip-link"
},
"keywords": [
"tailwind",
"tailwind-css",
"tailwindcss",
"tailwindcss-plugin"
],
"author": "Oliver Davies",
"license": "MIT",
"bugs": {
"url": "https://github.com/opdavies/tailwindcss-plugin-skip-link/issues"
},
"homepage": "https://github.com/opdavies/tailwindcss-plugin-skip-link#readme"
}