-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.32 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "tpl-gulp",
"version": "1.0.0",
"description": "Шаблон проекта для разработки с использованием HTML, TypeScript, Tailwindcss и SCSS",
"main": "gulpfile.ts",
"scripts": {
"build": "TS_NODE_PROJECT=gulp/tsconfig.json gulp",
"build-prod": "TS_NODE_PROJECT=gulp/tsconfig.json gulp production --prod",
"build-dist": "TS_NODE_PROJECT=gulp/tsconfig.json gulp dist --prod",
"fonts": "TS_NODE_PROJECT=gulp/tsconfig.json gulp fonts",
"sprite": "TS_NODE_PROJECT=gulp/tsconfig.json gulp sprite --prod",
"bootstrap": "npm cache clean --force && npm i",
"postinstall": "typings i && TS_NODE_PROJECT=gulp/tsconfig.json node ./package.version.ts"
},
"keywords": [],
"author": "Alex Geer <https://github.com/monoflash>",
"license": "ISC",
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": "3.9"
}
],
"@babel/preset-typescript"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/browser-sync": "^2.27.0",
"@types/browserify": "^12.0.37",
"@types/colors": "^1.2.1",
"@types/gulp": "^4.0.13",
"@types/gulp-autoprefixer": "^0.0.34",
"@types/gulp-clean-css": "^4.3.1",
"@types/gulp-file-include": "^0.14.6",
"@types/gulp-htmlmin": "^1.3.33",
"@types/gulp-if": "^3.0.1",
"@types/gulp-newer": "^1.4.1",
"@types/gulp-plumber": "^0.0.34",
"@types/gulp-postcss": "^8.0.3",
"@types/gulp-rename": "^2.0.2",
"@types/gulp-replace": "^1.1.0",
"@types/gulp-sass": "^5.0.1",
"@types/gulp-sourcemaps": "^0.0.36",
"@types/gulp-svg-sprite": "^1.2.33",
"@types/gulp-ttf2woff2": "^4.0.1",
"@types/gulp-zip": "^4.0.2",
"@types/moment": "^2.13.0",
"@types/node": "^20.6.0",
"@types/plur": "^3.1.0",
"@types/pretty-bytes": "^5.2.0",
"@types/through2": "^2.0.39",
"@types/through2-concurrent": "^2.0.2",
"@types/vinyl-source-stream": "^0.0.31",
"@types/webpack-stream": "^3.2.12",
"autoprefixer": "^10.4.15",
"browser-sync": "^2.29.3",
"colors": "^1.4.0",
"css-loader": "^6.8.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-file-include": "^2.3.0",
"gulp-fonter": "^0.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-include": "^2.4.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-pretty-html": "^2.0.10",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-ttf2woff2": "^4.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-version-number": "^0.2.4",
"gulp-webp": "^4.0.1",
"gulp-webp-html-nosvg": "^1.1.1",
"gulp-webpcss": "^1.1.1",
"gulp-zip": "^5.1.0",
"moment": "^2.29.4",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.1.3",
"pretty-bytes": "^6.1.1",
"proxy-middleware": "^0.15.0",
"sass": "^1.63.4",
"sass-loader": "^13.2.2",
"tailwindcss": "^3.3.3",
"through2-concurrent": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"typings": "^2.1.1",
"vinyl-source-stream": "^2.0.0",
"webp-converter": "^2.2.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0"
}
}