-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "tailwindcss-theme-variants-workspace-root",
"private": true,
"version": "0.0.0",
"description": "Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS",
"keywords": [
"plugin",
"tailwind",
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-theme",
"tailwindcss-themes"
],
"author": "Navith <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JakeNavith/tailwindcss-theme-variants.git"
},
"bugs": "https://github.com/JakeNavith/tailwindcss-theme-variants/issues",
"homepage": "https://github.com/JakeNavith/tailwindcss-theme-variants",
"type": "module",
"scripts": {
"eslint": "eslint ./projects/**/*.js ./projects/**/*.mjs ./projects/**/*.ts ./*.js",
"format": "npm run eslint -- --fix",
"retext": "node lint-content.js",
"lint": "run-p eslint retext",
"render": "node render.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.8",
"remark-parse": "^9.0.0",
"remark-retext": "^4.0.0",
"remark-stringify": "^9.0.1",
"retext-english": "^3.0.4",
"retext-passive": "^3.0.0",
"retext-readability": "^6.0.0",
"to-vfile": "^6.1.0",
"unified": "^9.2.2",
"vfile-reporter": "^6.0.2"
}
}