This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@techstack/react-textfit",
"version": "1.3.304",
"description": "React component to fit headlines and paragraphs into any element",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-textfit/README.md",
"repository": {
"type": "git",
"url": "https://github.com/The-Code-Monkey/TechStack.git"
},
"bugs": {
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
},
"engines": {
"node": ">=18"
},
"main": "./dist/index.js",
"module": "./dist/react-textfit.esm.js",
"exports": {
"import": "./dist/react-textfit.esm.js",
"require": "./dist/react-textfix.cjs.production.min.js",
"default": "./dist/react-textfit.esm.js"
},
"typings": "dist/types/index.d.ts",
"scripts": {
"build": "tcm build",
"lint": "tcm lint"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"textfit",
"fittext",
"text",
"react",
"react-component"
],
"license": "MIT",
"devDependencies": {
"@techstack/tcm-cli": "workspace:*",
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "10.0.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.34.2",
"expect": "29.7.0",
"mocha": "11.1.0",
"prettier": "3.3.0",
"rimraf": "6.0.1",
"typescript": "5.8.2",
"webpack-dev-server": "5.2.0"
},
"dependencies": {
"@types/react": "18.3.3",
"process": "0.11.10",
"react": "18.3.1"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
}