|
1 | 1 | {
|
2 |
| - "name": "@icons-pack/react-simple-icons", |
3 |
| - "version": "12.8.0", |
4 |
| - "description": "This package provides the Simple Icons packaged as a set of React components.", |
5 |
| - "keywords": [ |
6 |
| - "react", |
7 |
| - "simple-icons", |
8 |
| - "brands", |
9 |
| - "icons", |
10 |
| - "svg", |
11 |
| - "inline", |
12 |
| - "design", |
13 |
| - "component", |
14 |
| - "codea", |
15 |
| - "wootsbot" |
16 |
| - ], |
17 |
| - "homepage": "https://github.com/icons-pack/react-simple-icons#readme", |
18 |
| - "bugs": { |
19 |
| - "url": "https://github.com/icons-pack/react-simple-icons/issues" |
20 |
| - }, |
21 |
| - "repository": { |
22 |
| - "type": "git", |
23 |
| - "url": "git+https://github.com/icons-pack/react-simple-icons.git", |
24 |
| - "directory": "react-simple-icons" |
25 |
| - }, |
26 |
| - "packageManager": "[email protected]", |
27 |
| - "license": "MIT", |
28 |
| - "author": "Jorge Luis Calleja <[email protected]>", |
29 |
| - "main": "./index.cjs", |
30 |
| - "module": "./index.mjs", |
31 |
| - "types": "./index.d.ts", |
32 |
| - "exports": { |
33 |
| - ".": { |
34 |
| - "types": "./index.d.ts", |
35 |
| - "import": "./index.mjs", |
36 |
| - "require": "./index.cjs" |
37 |
| - }, |
38 |
| - "./package.json": "./package.json", |
39 |
| - "./icons/*": "./icons/*" |
40 |
| - }, |
41 |
| - "sideEffects": false, |
42 |
| - "files": [ |
43 |
| - "./src/icons", |
44 |
| - "icons", |
45 |
| - "index.d.ts", |
46 |
| - "types.d.ts", |
47 |
| - "*.d.ts", |
48 |
| - "*.js", |
49 |
| - "*.mjs", |
50 |
| - "*.cjs" |
51 |
| - ], |
52 |
| - "scripts": { |
53 |
| - "clean": "rimraf -rf icons base.cjs base.d.ts base.mjs index.cjs index.d.ts index.mjs types.d.ts", |
54 |
| - "build": "pnpm clean && vite build", |
55 |
| - "lint:types": "tsc --noEmit", |
56 |
| - "clean:icons": "rimraf -rf ./src/icons/**", |
57 |
| - "clean:files": "rimraf -rf ./src/index.ts", |
58 |
| - "bump": "pnpm install -D simple-icons@latest", |
59 |
| - "generate:icons": "pnpm clean:icons && pnpm clean:files && node scripts/generate-icons", |
60 |
| - "prettier:format": "prettier --config .prettierrc \"./**/*.+(js|json|ts|tsx)\" --write", |
61 |
| - "changeset": "changeset", |
62 |
| - "version": "changeset version", |
63 |
| - "release": "changeset publish" |
64 |
| - }, |
65 |
| - "lint-staged": { |
66 |
| - "./**/*.+(js|json)": [ |
67 |
| - "prettier --write" |
68 |
| - ] |
69 |
| - }, |
70 |
| - "devDependencies": { |
71 |
| - "@changesets/changelog-github": "0.5.0", |
72 |
| - "@changesets/cli": "2.27.7", |
73 |
| - "@commitlint/cli": "19.4.0", |
74 |
| - "@commitlint/config-conventional": "19.2.2", |
75 |
| - "@types/node": "22.3.0", |
76 |
| - "@types/react": "^18", |
77 |
| - "@vitejs/plugin-react": "4.3.1", |
78 |
| - "husky": "9.1.4", |
79 |
| - "lint-staged": "15.2.9", |
80 |
| - "prettier": "3.3.3", |
81 |
| - "prettier-eslint": "16.3.0", |
82 |
| - "react": "^18", |
83 |
| - "rimraf": "6.0.1", |
84 |
| - "signale": "1.4.0", |
85 |
| - "simple-icons": "14.13.0", |
86 |
| - "turbo": "2.0.14", |
87 |
| - "typescript": "5.5.4", |
88 |
| - "uppercamelcase": "3.0.0", |
89 |
| - "vite": "5.4.1", |
90 |
| - "vite-plugin-dts": "4.0.3" |
91 |
| - }, |
92 |
| - "peerDependencies": { |
93 |
| - "react": "^16.13 || ^17 || ^18 || ^19" |
94 |
| - }, |
95 |
| - "publishConfig": { |
96 |
| - "access": "public" |
97 |
| - } |
| 2 | + "name": "@icons-pack/react-simple-icons", |
| 3 | + "version": "12.8.0", |
| 4 | + "description": "This package provides the Simple Icons packaged as a set of React components.", |
| 5 | + "keywords": ["react", "simple-icons", "brands", "icons", "svg", "inline", "design", "component", "codea", "wootsbot"], |
| 6 | + "homepage": "https://github.com/icons-pack/react-simple-icons#readme", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/icons-pack/react-simple-icons/issues" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/icons-pack/react-simple-icons.git", |
| 13 | + "directory": "react-simple-icons" |
| 14 | + }, |
| 15 | + "packageManager": "[email protected]", |
| 16 | + "license": "MIT", |
| 17 | + "author": "Jorge Luis Calleja <[email protected]>", |
| 18 | + "main": "./index.cjs", |
| 19 | + "module": "./index.mjs", |
| 20 | + "types": "./index.d.ts", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "types": "./index.d.ts", |
| 24 | + "import": "./index.mjs", |
| 25 | + "require": "./index.cjs" |
| 26 | + }, |
| 27 | + "./package.json": "./package.json", |
| 28 | + "./icons/*": "./icons/*" |
| 29 | + }, |
| 30 | + "sideEffects": false, |
| 31 | + "files": ["./src/icons", "icons", "index.d.ts", "types.d.ts", "*.d.ts", "*.js", "*.mjs", "*.cjs"], |
| 32 | + "scripts": { |
| 33 | + "clean": "rimraf -rf icons base.cjs base.d.ts base.mjs index.cjs index.d.ts index.mjs types.d.ts", |
| 34 | + "build": "pnpm clean && vite build", |
| 35 | + "lint:types": "tsc --noEmit", |
| 36 | + "clean:icons": "rimraf -rf ./src/icons/**", |
| 37 | + "clean:files": "rimraf -rf ./src/index.ts", |
| 38 | + "bump": "pnpm install -D simple-icons@latest", |
| 39 | + "generate:icons": "pnpm clean:icons && pnpm clean:files && node scripts/generate-icons", |
| 40 | + "prettier:format": "prettier --config .prettierrc \"./**/*.+(js|json|ts|tsx)\" --write", |
| 41 | + "changeset": "changeset", |
| 42 | + "version": "changeset version", |
| 43 | + "release": "changeset publish" |
| 44 | + }, |
| 45 | + "lint-staged": { |
| 46 | + "./**/*.+(js|json)": ["prettier --write"] |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@changesets/changelog-github": "0.5.0", |
| 50 | + "@changesets/cli": "2.27.7", |
| 51 | + "@commitlint/cli": "19.4.0", |
| 52 | + "@commitlint/config-conventional": "19.2.2", |
| 53 | + "@types/node": "22.3.0", |
| 54 | + "@types/react": "^18", |
| 55 | + "@vitejs/plugin-react": "4.3.1", |
| 56 | + "husky": "9.1.4", |
| 57 | + "lint-staged": "15.2.9", |
| 58 | + "prettier": "3.3.3", |
| 59 | + "prettier-eslint": "16.3.0", |
| 60 | + "react": "^18", |
| 61 | + "rimraf": "6.0.1", |
| 62 | + "signale": "1.4.0", |
| 63 | + "simple-icons": "14.15.0", |
| 64 | + "turbo": "2.0.14", |
| 65 | + "typescript": "5.5.4", |
| 66 | + "uppercamelcase": "3.0.0", |
| 67 | + "vite": "5.4.1", |
| 68 | + "vite-plugin-dts": "4.0.3" |
| 69 | + }, |
| 70 | + "peerDependencies": { |
| 71 | + "react": "^16.13 || ^17 || ^18 || ^19" |
| 72 | + }, |
| 73 | + "publishConfig": { |
| 74 | + "access": "public" |
| 75 | + } |
98 | 76 | }
|
0 commit comments