|
1 | 1 | { |
2 | | - "name": "tailwindcss-font-inter", |
3 | | - "description": "TailwindCSS plugin for pleasant Inter Typeface integration", |
4 | | - "version": "2.0.5", |
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": "eslint . --fix", |
12 | | - "test": "jest && eslint ." |
| 2 | + "name": "tailwindcss-font-inter", |
| 3 | + "description": "TailwindCSS plugin for pleasant Inter Typeface integration", |
| 4 | + "version": "3.0.0", |
| 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 | + "parse-unit": "^1.0.1" |
| 55 | + }, |
| 56 | + "engines": { |
| 57 | + "node": ">=12.0.0" |
| 58 | + }, |
| 59 | + "eslintConfig": { |
| 60 | + "env": { |
| 61 | + "jest": true |
13 | 62 | }, |
14 | 63 | "repository": { |
15 | 64 | "type": "git", |
|
0 commit comments