forked from WordPress/dashicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "dashicons",
"version": "0.9.0",
"main": "build/index.js",
"scripts": {
"build": "grunt --verbose",
"prepublish": "npm run build"
},
"peerDependencies": {
"react": ">=14.x"
},
"repository": {
"type": "git",
"url": "https://github.com/WordPress/dashicons"
},
"license": "GPL-2.0+",
"files": [
"build/index.js",
"build/example.js"
],
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babili": "0.0.10",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-rename": "^0.1.4",
"grunt-svgmin": "^2.0.1",
"grunt-webfont": "^1.6.0",
"grunt-svgstore": "^0.3.6",
"handlebars": "^2.0.0",
"jit-grunt": "^0.10.0",
"load-grunt-tasks": "^3.5.2",
"multiline": "^0.3.4",
"xml2js": "^0.4.17"
}
}