This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 KB
/
package.json
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
{
"author": {
"email": "[email protected]",
"name": "TrejGun"
},
"bugs": {
"url": "https://github.com/TrejGun/trejgun-material-ui-icons-social-networks"
},
"dependencies": {
"@material-ui/core": "^4.9.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"description": "Set of social networks flat icons for Material UI",
"devDependencies": {
"@trejgun/eslint-config": "0.1.7",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.4",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-import-resolver-ts": "0.4.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-standard": "4.1.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"prettier": "2.3.2",
"typescript": "4.4.2"
},
"files": [
"dist/*"
],
"keywords": [
"react",
"material",
"icon",
"social",
"networkd",
"flaticon"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "@trejgun/material-ui-icons-social-networks",
"repository": {
"type": "git",
"url": "https://github.com/TrejGun/trejgun-material-ui-icons-social-networks"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --fix --ext .ts,.tsx",
"prebuild": "rm -rf dist/",
"prepublish": "npm run build"
},
"sideEffects": false,
"title": "Material UI social network flat icons",
"types": "./dist/index.d.ts",
"version": "0.0.4"
}