forked from Torchlite/simple-icons-mui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1023 Bytes
/
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
{
"name": "simple-icons-mui",
"version": "1.0.5",
"description": "Simple Icons as React Material UI components",
"private": false,
"main": "index.js",
"scripts": {
"build": "node index.js && ./node_modules/babel-cli/bin/babel.js icons --out-dir icons"
},
"author": "Dustin McCormick",
"license": "CC0",
"repository": {
"type": "git",
"url": "[email protected]:Torchlite/simple-icons-mui.git"
},
"dependencies": {
"cheerio": "1.0.0-rc.2",
"humps": "2.0.1",
"lodash": "4.17.4",
"simple-icons": "github:simple-icons/simple-icons"
},
"peerDependencies": {
"material-ui": "^1.0.0-beta",
"react": "^15.3.0 || ^16.0.0-beta.1",
"react-dom": "^15.3.0 || ^16.0.0-beta.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"sanitize-filename": "1.6.1"
}
}