74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "@phosphor-icons/homepage",
|
|
"version": "2.0.6",
|
|
"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,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/core": "^2.1.1",
|
|
"@phosphor-icons/react": "^2.1.4",
|
|
"@recoiljs/refine": "^0.1.1",
|
|
"file-saver": "^2.0.2",
|
|
"framer-motion": "^10.17.12",
|
|
"fuse.js": "^6.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropdown-select": "^4.4.2",
|
|
"react-ga4": "^2.1.0",
|
|
"react-hotkeys-hook": "^4.4.3",
|
|
"recoil": "^0.7.7",
|
|
"recoil-sync": "^0.2.0",
|
|
"svg2png-converter": "^1.0.2",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.5.2",
|
|
"vite-plugin-svgr": "^2.4.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"
|
|
]
|
|
}
|
|
}
|