Files
phosphor-icons/package.json
2020-08-16 16:42:57 -04:00

71 lines
1.8 KiB
JSON

{
"name": "phosphor-web",
"version": "0.1.0",
"license": "GPL-3.0",
"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/phosphor-web",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/file-saver": "^2.0.1",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-list": "^0.8.5",
"@types/react-virtualized": "^9.21.10",
"@types/tinycolor2": "^1.4.2",
"file-saver": "^2.0.2",
"framer-motion": "^2.1.0",
"phosphor-react": "^0.2.0",
"react": "^17.0.0-rc.0",
"react-dom": "^17.0.0-rc.0",
"react-dropdown-select": "^4.4.2",
"react-scripts": "3.4.1",
"react-use": "^15.3.2",
"recoil": "^0.0.10",
"tinycolor2": "^1.4.1",
"typescript": "^3.9.6"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {}
}