-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.19 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": "react-open-iconic-svg",
"version": "3.0.1",
"description": "Open iconic React version",
"scripts": {
"transpile": "babel dist --out-dir ./dist",
"transpileIndex": "babel index.js --out-dir .",
"build": "gulp",
"prepublish": "make build",
"pub": "np --yolo"
},
"main": "index.js",
"author": "vaeum",
"license": "MIT",
"keywords": [
"react",
"open-iconic",
"svg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/react-open-iconic-svg.git"
},
"bugs": {
"url": "https://github.com/vaeum/react-open-iconic-svg/issues"
},
"homepage": "https://github.com/vaeum/react-open-iconic-svg#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"change-case": "^3.1.0",
"gulp": "4.0.0",
"gulp-filenames": "^4.0.1",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-prettier": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-svgmin": "^2.1.0",
"gulp-tap": "^1.0.1",
"np": "^3.1.0",
"open-iconic": "^1.1.1"
}
}