Skip to content

Commit 76a5e45

Browse files
committed
build: update package.json and add gulp dependency
1 parent d736d1b commit 76a5e45

File tree

2 files changed

+17511
-1
lines changed

2 files changed

+17511
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"module": "lib/index.js",
88
"types": "lib/index.d.ts",
99
"scripts": {
10+
"gulp": "gulp",
1011
"increase-memory-limit": "cross-env LIMIT=8096 increase-memory-limit",
1112
"storybook": "start-storybook -p 9001 -c .storybook",
1213
"build-storybook": "export NODE_ENV='production' && build-storybook -c .storybook -o dist",
14+
"build": "npm run build-ts && npm run gulp",
1315
"compile": "rm -rf lib && npm run build-ts && npm run build-css",
1416
"build-ts": "tsc -p tsconfig.build.json",
1517
"build-css": "node-sass ./src/styles/index.scss ./lib/index.css",
@@ -110,6 +112,9 @@
110112
"eslint-plugin-sort-requires": "^2.1.0",
111113
"eslint-plugin-standard": "^4.0.0",
112114
"file-loader": "^6.0.0",
115+
"gulp": "^4.0.2",
116+
"gulp-eslint": "^6.0.0",
117+
"gulp-sass": "^4.1.0",
113118
"husky": "^1.2.0",
114119
"increase-memory-limit": "^1.0.7",
115120
"jest": "^24.9.0",
@@ -125,6 +130,7 @@
125130
"storybook-react-router": "^1.0.8",
126131
"storybook-readme": "^5.0.5",
127132
"style-loader": "^0.23.1",
133+
"through2": "^4.0.2",
128134
"typescript": "^3.5.3",
129135
"url-loader": "^4.1.0"
130136
},
@@ -143,4 +149,4 @@
143149
"react-router": "3.0.4",
144150
"showdown": "^1.9.0"
145151
}
146-
}
152+
}

0 commit comments

Comments
 (0)