質問編集履歴

2

文言の修正

2018/10/05 10:15

投稿

komiglas
komiglas

スコア18

test CHANGED
File without changes
test CHANGED
@@ -238,11 +238,11 @@
238
238
 
239
239
  {
240
240
 
241
- "name": "Iclip_template",
241
+ "name": "template",
242
242
 
243
243
  "version": "0.0.0",
244
244
 
245
- "description": "Iclip_template",
245
+ "description": "template",
246
246
 
247
247
  "main": "gulpfile.js",
248
248
 

1

package.jsonの追加

2018/10/05 10:14

投稿

komiglas
komiglas

スコア18

test CHANGED
File without changes
test CHANGED
@@ -228,6 +228,160 @@
228
228
 
229
229
  ```
230
230
 
231
+
232
+
233
+
234
+
235
+ ### package.json
236
+
237
+ ```ここに言語を入力
238
+
239
+ {
240
+
241
+ "name": "Iclip_template",
242
+
243
+ "version": "0.0.0",
244
+
245
+ "description": "Iclip_template",
246
+
247
+ "main": "gulpfile.js",
248
+
249
+ "scripts": {
250
+
251
+ "test": "echo \"Error: no test specified\" && exit 1",
252
+
253
+ "start": "webpack-dev-server --mode development --open"
254
+
255
+ },
256
+
257
+ "author": "",
258
+
259
+ "license": "ISC",
260
+
261
+ "devDependencies": {
262
+
263
+ "babel-cli": "^6.26.0",
264
+
265
+ "babel-core": "^6.26.3",
266
+
267
+ "babel-preset-env": "^1.7.0",
268
+
269
+ "babel-preset-es2015": "^6.24.1",
270
+
271
+ "babel-preset-react": "^6.24.1",
272
+
273
+ "browser-sync": "^2.18.2",
274
+
275
+ "css-loader": "^1.0.0",
276
+
277
+ "css-mqpacker": "^6.0.2",
278
+
279
+ "gulp": "^3.9.1",
280
+
281
+ "gulp-autoprefixer": "^3.1.1",
282
+
283
+ "gulp-cached": "^1.1.1",
284
+
285
+ "gulp-changed": "^1.3.2",
286
+
287
+ "gulp-clean-css": "^3.7.0",
288
+
289
+ "gulp-combine-media-queries": "^0.2.0",
290
+
291
+ "gulp-compass": "^2.1.0",
292
+
293
+ "gulp-concat": "^2.6.1",
294
+
295
+ "gulp-connect-php": "0.0.8",
296
+
297
+ "gulp-csscomb": "^3.0.8",
298
+
299
+ "gulp-cssmin": "^0.1.7",
300
+
301
+ "gulp-csso": "^3.0.1",
302
+
303
+ "gulp-ejs": "^3.1.1",
304
+
305
+ "gulp-gzip": "^1.4.1",
306
+
307
+ "gulp-htmlhint": "^0.3.1",
308
+
309
+ "gulp-imagemin": "^3.1.1",
310
+
311
+ "gulp-notify": "^2.2.0",
312
+
313
+ "gulp-plumber": "^1.1.0",
314
+
315
+ "gulp-postcss": "^7.0.1",
316
+
317
+ "gulp-rename": "^1.2.2",
318
+
319
+ "gulp-sass": "^3.0.0",
320
+
321
+ "gulp-sftp": "^0.1.5",
322
+
323
+ "gulp-uglify": "^2.0.0",
324
+
325
+ "gulp-util": "^3.0.8",
326
+
327
+ "gulp-watch": "^4.3.11",
328
+
329
+ "gulp-webpack": "^1.5.0",
330
+
331
+ "imagemin-pngquant": "^5.0.0",
332
+
333
+ "jquery": "^3.3.1",
334
+
335
+ "jsx-loader": "^0.13.2",
336
+
337
+ "postcss-cssnext": "^3.1.0",
338
+
339
+ "react": "^16.5.2",
340
+
341
+ "react-dom": "^16.5.2",
342
+
343
+ "rimraf": "^2.6.1",
344
+
345
+ "run-sequence": "^1.2.2",
346
+
347
+ "style-loader": "^0.23.0",
348
+
349
+ "vinyl-ftp": "^0.5.0",
350
+
351
+ "webpack": "^4.20.2",
352
+
353
+ "webpack-cli": "^3.1.2",
354
+
355
+ "webpack-stream": "^4.0.0"
356
+
357
+ },
358
+
359
+ "dependencies": {
360
+
361
+ "@fancyapps/fancybox": "^3.5.1",
362
+
363
+ "ajv": "^6.5.4",
364
+
365
+ "animejs": "^2.2.0",
366
+
367
+ "del": "^2.2.2",
368
+
369
+ "imagemin-pngquant": "^5.0.0",
370
+
371
+ "slick-carousel": "^1.8.1",
372
+
231
- new TerserPluginの箇所が新たに導入したところです、
373
+ "terser": "^3.9.3",
374
+
375
+ "terser-webpack-plugin": "^1.1.0"
376
+
377
+ }
378
+
379
+ }
380
+
381
+ ```
382
+
383
+
384
+
385
+
232
386
 
233
387
  ご教授のほどよろしくお願いいたします。