-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.21 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
{
"name": "tailwindcss-font-inter",
"description": "TailwindCSS plugin for pleasant Inter Typeface integration",
"version": "3.1.0",
"license": "MIT",
"main": "src/index.js",
"author": "Yuri Sementsov <[email protected]>",
"files": ["src", "inter.json"],
"scripts": {
"update": "node ./update.js",
"lint": "biome lint .",
"lint:fix": "biome check . --write",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/semencov/tailwindcss-font-inter.git"
},
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"tailwind-plugin",
"inter ui",
"inter",
"font",
"font-feature-settings"
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/semencov/tailwindcss-font-inter/issues"
},
"homepage": "https://github.com/semencov/tailwindcss-font-inter",
"peerDependencies": {
"tailwindcss": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"fontkit": "^1.9.0",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"node-fetch": "^2.7.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.10",
"cssjson": "^2.1.3",
"jest": "^26.6.3",
"postcss": "^8.2.13"
},
"dependencies": {
"parse-unit": "^1.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}