UNPKG

1.55 kBJSONView Raw
1{
2 "name": "phosphor-react",
3 "version": "1.4.1",
4 "description": "A clean and friendly icon family for React",
5 "author": "rektdeckard",
6 "license": "MIT",
7 "repository": "phosphor-icons/phosphor-react",
8 "homepage": "https://phosphoricons.com",
9 "module": "dist/index.esm.js",
10 "main": "dist/index.js",
11 "sideEffects": false,
12 "typings": "dist/index.d.ts",
13 "files": [
14 "dist",
15 "src"
16 ],
17 "engines": {
18 "node": ">=10"
19 },
20 "keywords": [
21 "react",
22 "icons",
23 "svg",
24 "phosphor",
25 "design",
26 "interface",
27 "UI",
28 "UX"
29 ],
30 "scripts": {
31 "start": "tsdx watch",
32 "build": "tsdx build",
33 "test": "tsdx test --passWithNoTests",
34 "lint": "tsdx lint",
35 "prepare": "tsdx build",
36 "collate": "node bin/collate.js",
37 "assemble": "node bin/assemble.js",
38 "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
39 },
40 "peerDependencies": {
41 "react": ">=16"
42 },
43 "husky": {
44 "hooks": {
45 "pre-commit": "tsdx lint"
46 }
47 },
48 "prettier": {
49 "printWidth": 80,
50 "semi": true,
51 "singleQuote": false,
52 "trailingComma": "es5"
53 },
54 "devDependencies": {
55 "@testing-library/jest-dom": "^5.11.4",
56 "@testing-library/react": "^10.4.9",
57 "@types/react": "^16.9.43",
58 "@types/react-dom": "^16.9.8",
59 "chalk": "^4.1.0",
60 "husky": "^4.2.5",
61 "react": "^17.0.1",
62 "react-dom": "^17.0.1",
63 "tsdx": "^0.14.1",
64 "tslib": "^2.0.0",
65 "typescript": "^3.9.7"
66 }
67}