File tree Expand file tree Collapse file tree 2 files changed +17511
-1
lines changed Expand file tree Collapse file tree 2 files changed +17511
-1
lines changed Original file line number Diff line number Diff line change 7
7
"module" : " lib/index.js" ,
8
8
"types" : " lib/index.d.ts" ,
9
9
"scripts" : {
10
+ "gulp" : " gulp" ,
10
11
"increase-memory-limit" : " cross-env LIMIT=8096 increase-memory-limit" ,
11
12
"storybook" : " start-storybook -p 9001 -c .storybook" ,
12
13
"build-storybook" : " export NODE_ENV='production' && build-storybook -c .storybook -o dist" ,
14
+ "build" : " npm run build-ts && npm run gulp" ,
13
15
"compile" : " rm -rf lib && npm run build-ts && npm run build-css" ,
14
16
"build-ts" : " tsc -p tsconfig.build.json" ,
15
17
"build-css" : " node-sass ./src/styles/index.scss ./lib/index.css" ,
110
112
"eslint-plugin-sort-requires" : " ^2.1.0" ,
111
113
"eslint-plugin-standard" : " ^4.0.0" ,
112
114
"file-loader" : " ^6.0.0" ,
115
+ "gulp" : " ^4.0.2" ,
116
+ "gulp-eslint" : " ^6.0.0" ,
117
+ "gulp-sass" : " ^4.1.0" ,
113
118
"husky" : " ^1.2.0" ,
114
119
"increase-memory-limit" : " ^1.0.7" ,
115
120
"jest" : " ^24.9.0" ,
125
130
"storybook-react-router" : " ^1.0.8" ,
126
131
"storybook-readme" : " ^5.0.5" ,
127
132
"style-loader" : " ^0.23.1" ,
133
+ "through2" : " ^4.0.2" ,
128
134
"typescript" : " ^3.5.3" ,
129
135
"url-loader" : " ^4.1.0"
130
136
},
143
149
"react-router" : " 3.0.4" ,
144
150
"showdown" : " ^1.9.0"
145
151
}
146
- }
152
+ }
You can’t perform that action at this time.
0 commit comments