This repository was archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.25 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "imagelogic-gulp-boilerplate",
"version": "0.0.0",
"description": "",
"main": "",
"devDependencies": {
"@prettier/plugin-pug": "^1.19.0",
"@types/autoprefixer": "^9.7.2",
"@types/browser-sync": "^2.26.1",
"@types/fancy-log": "^1.3.1",
"@types/gulp": "^4.0.8",
"@types/gulp-load-plugins": "0.0.32",
"@types/jest": "^27.0.3",
"@types/node": "^15.12.5",
"@types/rimraf": "^3.0.0",
"@types/through2": "^2.0.36",
"@types/webpack": "^4.41.25",
"@types/webpack-stream": "^3.2.11",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.2.6",
"browser-sync": "^2.27.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^3.4.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-debug": "^4.0.0",
"gulp-gzip": "^1.4.2",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-less": "^5.0.0",
"gulp-load-plugins": "^2.0.5",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-using": "^0.1.1",
"gulp-watch": "^5.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"jest": "^27.0.6",
"less-plugin-autoprefix": "^2.0.0",
"open": "^8.2.1",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"sass": "^1.50.1",
"through2": "^4.0.2",
"ts-jest": "^27.0.3",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.3.5",
"webpack": "^4.0.5",
"webpack-stream": "^5.2.1"
},
"scripts": {
"test": "jest",
"watch.wp": "gulp watch.wp",
"watch.static": "gulp watch.dev",
"gulp.dev": "gulp watch.gulp"
},
"author": "Satoshi Onoda",
"private": true,
"dependencies": {
"yohak-tools": "^0.2.0"
}
}