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.66 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.66 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-feather",
"version": "1.4.125",
"description": "React component for Feather icons",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/react-feather.esm.js",
"exports": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/react-feather.esm.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.js"
}
},
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "tcm lint",
"build:types": "node generate.js",
"build": "tcm build"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"icons",
"svg",
"inline",
"feather",
"design"
],
"license": "MIT",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-feather/README.md",
"repository": {
"type": "git",
"url": "https://github.com/The-Code-Monkey/TechStack.git"
},
"bugs": {
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
},
"devDependencies": {
"@techstack/tcm-cli": "workspace:*",
"@types/react": "19.0.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"fs-extra": "11.3.0",
"prettier": "3.3.0",
"typescript": "5.8.2"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a",
"dependencies": {
"react": "19.0.0"
}
}