-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "base16-tailwind",
"version": "0.1.7",
"author": "Donovan Glover <https://donovan.is/>",
"license": "MIT",
"repository": "donovanglover/base16-tailwind",
"description": "Easily use base16 color schemes with Tailwind CSS.",
"main": "src/lib.ts",
"scripts": {
"prepare": "test -d schemes || git clone https://github.com/tinted-theming/schemes --depth 1",
"test": "jest --collectCoverage",
"test-without-coverage": "jest",
"lint": "eslint . --ext ts"
},
"peerDependencies": {
"@types/slug": "^5.0.8",
"tailwindcss": ">=3.0.0 || insiders"
},
"dependencies": {
"colord": "^2.9.3",
"glob": "^10.3.12",
"slug": "^9.0.0",
"tailwindcss": "^3.4.14",
"yaml": "^2.6.0"
},
"devDependencies": {
"@prettier/sync": "^0.5.2",
"@tailwindcss/typography": "^0.5.13",
"@types/jest": "^29.5.14",
"eslint-config-love": "^47.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"keywords": [
"base16",
"tinted-theming",
"color-schemes",
"base16-themes",
"colors",
"tailwind",
"tailwindcss"
]
}