forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "material-ui-icons",
"version": "0.1.2",
"description": "Material Design Svg Icons converted to React components.",
"scripts": {
"prebuild": "rm -rf js",
"createMuiIconsJsx": "node build.js --output-dir jsx --svg-dir ./node_modules/material-design-icons --glob '/**/production/*_24px.svg' --mui-require relative --renameFilter ./filters/rename/material-design-icons.js",
"build": "npm run createMuiIconsJsx && babel --stage 1 ./jsx --out-dir ./js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Material",
"Design",
"Material-UI",
"Icons",
"React",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui-icons.git"
},
"author": "Hai Nguyen",
"license": "MIT",
"dependencies": {
"yargs": "^3.15.0"
},
"peerDependencies": {},
"devDependencies": {
"babel": "^5.6.1",
"chai": "^3.0.0",
"glob": "^5.0.14",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.2.0",
"lodash": "^3.10.0",
"material-design-icons": "^2.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"mustache": "^2.1.2",
"rimraf": "^2.4.0",
"temp": "^0.8.3"
}
}