-
-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.89 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.89 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
71
72
73
74
75
76
{
"name": "@phosphor-icons/homepage",
"version": "2.1.1",
"license": "MIT",
"homepage": "https://phosphoricons.com",
"author": {
"name": "Tobias Fried",
"email": "friedtm@gmail.com",
"url": "https://tobiasfried.com"
},
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
"keywords": [
"phosphor",
"icons",
"svg",
"design",
"interface",
"UI",
"UX"
],
"repository": "github:phosphor-icons/homepage",
"private": true,
"packageManager": "pnpm@10.6.3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\"",
"generate": "tsx scripts/generate.ts",
"sync-docs": "tsx scripts/sync-docs.ts"
},
"dependencies": {
"@phosphor-icons/core": "^2.1.1",
"@phosphor-icons/react": "^2.1.10",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"motion": "^12.33.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropdown-select": "^4.12.2",
"react-ga4": "^2.1.0",
"react-hotkeys-hook": "^5.2.4",
"svg2png-converter": "^1.0.2",
"tinycolor2": "^1.6.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^22.19.9",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/tinycolor2": "^1.4.6",
"@vitejs/plugin-react": "^5.1.3",
"iconjar-exporter": "^1.0.10",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^4.9.5",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}