-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 937 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
{
"name": "simple-icons-mui",
"version": "2.0.3",
"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": {
"@material-ui/core": "^3.0.2",
"cheerio": "^1.0.0-rc.2",
"humps": "^2.0.1",
"lodash": "^4.17.5",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"simple-icons": "^1.8.8"
},
"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"
}
}