-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.25 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
{
"name": "@sangamcse/ui-icons",
"version": "1.0.3",
"description": "Icons for UI",
"license": "WTFPL",
"main": "./lib/ui_icons",
"repository": {
"type": "git",
"url": "git+https://github.com/sangamcse/ui-icons.git"
},
"scripts": {
"build": "yarn clean && gulp && yarn build:icon-component && yarn build:compile",
"build:icon-component": "svgr --template template.js lib/ui_icons_svgs --out-dir lib/ui_icons && node scripts/build_index.js",
"build:compile": "BABEL_ENV=esm yarn babel lib --out-dir es && BABEL_ENV=node yarn babel lib --out-dir lib",
"clean": "rimraf lib es",
"clean:src": "rimraf scripts src gulpfile.js README.md template.js .svgrrc .github",
"deploy": "yarn clean:src && npm publish"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/preset-react": "7.0.0",
"@svgr/babel-plugin-add-jsx-attribute": "4.2.0",
"@svgr/cli": "4.3.2",
"@svgr/plugin-jsx": "4.3.2",
"babel-plugin-remove-react-element": "1.0.1",
"ejs": "2.6.2",
"gulp": "3.9.1",
"gulp-consolidate": "0.2.0",
"gulp-filter": "6.0.0",
"gulp-iconfont": "10.0.3",
"gulp-load-plugins": "2.0.1",
"gulp-rename": "1.4.0",
"gulp-svgmin": "2.2.0",
"rimraf": "3.0.0"
}
}