forked from ThadeuLuz/mui-icons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.99 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "mui-icons",
"version": "1.2.1",
"description": "Popular Icons library combined and compatible with Material UI",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext jsx --ext js --color",
"clean": "gulp clean",
"build": "gulp build",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThadeuLuz/mui-icons.git"
},
"keywords": [
"material-ui",
"icons",
"react",
"svg",
"font",
"awesome",
"material",
"design",
"ionicons",
"evilicons",
"typicons",
"octicons"
],
"author": "Thadeu Luz",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThadeuLuz/mui-icons/issues"
},
"homepage": "https://github.com/ThadeuLuz/mui-icons#readme",
"dependencies": {},
"peerDependencies": {
"material-ui": "*"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.27.3",
"del": "^2.2.2",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"evil-icons": "^1.9.0",
"fs-extra": "^2.1.2",
"fs-promise": "^2.0.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat-filenames": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-svgo": "^1.0.3",
"gulp-transform": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"ionicons": "^3.0.0",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"material-ui": "^0.17.1",
"mdi": "^1.8.36",
"octicons": "^5.0.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-tap-event-plugin": "^2.0.1",
"style-loader": "^0.14.1",
"svg-scaler": "^0.1.5",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}