|
1 | 1 | { |
2 | | - "name": "tailwindcss-font-inter", |
3 | | - "description": "TailwindCSS plugin for pleasant Inter Typeface integration", |
4 | | - "version": "3.0.1", |
5 | | - "license": "MIT", |
6 | | - "main": "src/index.js", |
7 | | - "author": "Yuri Sementsov <hello@smcv.dev>", |
8 | | - "files": [ |
9 | | - "src", |
10 | | - "inter.json" |
11 | | - ], |
12 | | - "scripts": { |
13 | | - "update": "node ./update.js", |
14 | | - "lint": "eslint . --fix", |
15 | | - "test": "jest && eslint ." |
16 | | - }, |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/semencov/tailwindcss-font-inter.git" |
20 | | - }, |
21 | | - "keywords": [ |
22 | | - "tailwindcss", |
23 | | - "tailwindcss-plugin", |
24 | | - "tailwind-plugin", |
25 | | - "inter ui", |
26 | | - "inter", |
27 | | - "font", |
28 | | - "font-feature-settings" |
29 | | - ], |
30 | | - "bugs": { |
31 | | - "email": "hello@smcv.dev", |
32 | | - "url": "https://github.com/semencov/tailwindcss-font-inter/issues" |
33 | | - }, |
34 | | - "homepage": "https://github.com/semencov/tailwindcss-font-inter", |
35 | | - "peerDependencies": { |
36 | | - "tailwindcss": "^2.0.0 || ^3.0.0" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "cssjson": "^2.1.3", |
40 | | - "eslint": "^6.0.1", |
41 | | - "eslint-config-postcss": "^2.0.2", |
42 | | - "eslint-config-prettier": "^6.0.0", |
43 | | - "eslint-plugin-prettier": "^3.0.1", |
44 | | - "fontkit": "^1.8.1", |
45 | | - "jest": "^26.6.3", |
46 | | - "mkdirp": "^1.0.4", |
47 | | - "node-fetch": "^2.6.1", |
48 | | - "postcss": "^8.2.13", |
49 | | - "prettier": "^1.18.2", |
50 | | - "rimraf": "^3.0.2", |
51 | | - "tailwindcss": "^3.0.2" |
52 | | - }, |
53 | | - "dependencies": { |
54 | | - "@types/parse-unit": "^1.0.1", |
55 | | - "parse-unit": "^1.0.1" |
56 | | - }, |
57 | | - "eslintConfig": { |
58 | | - "env": { |
59 | | - "jest": true |
60 | | - }, |
61 | | - "parserOptions": { |
62 | | - "ecmaVersion": 2018, |
63 | | - "sourceType": "module" |
64 | | - }, |
65 | | - "extends": [ |
66 | | - "eslint-config-postcss", |
67 | | - "prettier" |
68 | | - ], |
69 | | - "plugins": [ |
70 | | - "prettier" |
71 | | - ], |
72 | | - "rules": { |
73 | | - "prettier/prettier": [ |
74 | | - "error", |
75 | | - { |
76 | | - "semi": false, |
77 | | - "singleQuote": true, |
78 | | - "printWidth": 100, |
79 | | - "tabWidth": 2, |
80 | | - "useTabs": false, |
81 | | - "trailingComma": "es5", |
82 | | - "bracketSpacing": true, |
83 | | - "parser": "flow" |
84 | | - } |
85 | | - ] |
86 | | - } |
87 | | - } |
| 2 | + "name": "tailwindcss-font-inter", |
| 3 | + "description": "TailwindCSS plugin for pleasant Inter Typeface integration", |
| 4 | + "version": "3.0.1", |
| 5 | + "license": "MIT", |
| 6 | + "main": "src/index.js", |
| 7 | + "author": "Yuri Sementsov <hello@smcv.dev>", |
| 8 | + "files": ["src", "inter.json"], |
| 9 | + "scripts": { |
| 10 | + "update": "node ./update.js", |
| 11 | + "lint": "biome lint .", |
| 12 | + "lint:fix": "biome check . --write", |
| 13 | + "test": "jest" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/semencov/tailwindcss-font-inter.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "tailwindcss", |
| 21 | + "tailwindcss-plugin", |
| 22 | + "tailwind-plugin", |
| 23 | + "inter ui", |
| 24 | + "inter", |
| 25 | + "font", |
| 26 | + "font-feature-settings" |
| 27 | + ], |
| 28 | + "bugs": { |
| 29 | + "email": "hello@smcv.dev", |
| 30 | + "url": "https://github.com/semencov/tailwindcss-font-inter/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/semencov/tailwindcss-font-inter", |
| 33 | + "peerDependencies": { |
| 34 | + "tailwindcss": "^2.0.0 || ^3.0.0" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@biomejs/biome": "^1.8.3", |
| 38 | + "fontkit": "^1.9.0", |
| 39 | + "lodash": "^4.17.21", |
| 40 | + "mkdirp": "^3.0.1", |
| 41 | + "node-fetch": "^2.7.0", |
| 42 | + "rimraf": "^6.0.1", |
| 43 | + "tailwindcss": "^3.4.10", |
| 44 | + "cssjson": "^2.1.3", |
| 45 | + "jest": "^26.6.3", |
| 46 | + "postcss": "^8.2.13" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "parse-unit": "^1.0.1" |
| 50 | + }, |
| 51 | + "engines": { |
| 52 | + "node": ">=18.0.0" |
| 53 | + } |
88 | 54 | } |
0 commit comments