|
1 | 1 | { |
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 |
| 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 ." |
62 | 16 | }, |
63 | 17 | "repository": { |
64 | 18 | "type": "git", |
|
82 | 36 | "tailwindcss": "^2.0.0 || ^3.0.0" |
83 | 37 | }, |
84 | 38 | "devDependencies": { |
| 39 | + "@types/eslint": "^8.2.1", |
| 40 | + "@types/eslint-config-prettier": "^6.11.0", |
| 41 | + "@types/eslint-plugin-prettier": "^3.1.0", |
| 42 | + "@types/jest": "^27.0.3", |
| 43 | + "@types/mkdirp": "^1.0.2", |
| 44 | + "@types/prettier": "^2.4.2", |
| 45 | + "@types/rimraf": "^3.0.2", |
85 | 46 | "cssjson": "^2.1.3", |
86 | 47 | "eslint": "^6.0.1", |
87 | 48 | "eslint-config-postcss": "^2.0.2", |
|
97 | 58 | "tailwindcss": "^3.0.2" |
98 | 59 | }, |
99 | 60 | "dependencies": { |
| 61 | + "@types/parse-unit": "^1.0.1", |
100 | 62 | "parse-unit": "^1.0.1" |
101 | 63 | }, |
102 | | - "engines": { |
103 | | - "node": ">=12.0.0" |
104 | | - }, |
105 | 64 | "eslintConfig": { |
106 | 65 | "env": { |
107 | 66 | "jest": true |
|
110 | 69 | "ecmaVersion": 2018, |
111 | 70 | "sourceType": "module" |
112 | 71 | }, |
113 | | - "extends": ["eslint-config-postcss", "prettier"], |
114 | | - "plugins": ["prettier"], |
| 72 | + "extends": [ |
| 73 | + "eslint-config-postcss", |
| 74 | + "prettier" |
| 75 | + ], |
| 76 | + "plugins": [ |
| 77 | + "prettier" |
| 78 | + ], |
115 | 79 | "rules": { |
116 | 80 | "prettier/prettier": [ |
117 | 81 | "error", |
|
0 commit comments