-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.78 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.78 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
{
"name": "start_html_template",
"version": "4.3.0",
"description": "Start HTML template",
"scripts": {
"build": "gulp build --env=prod",
"watch": "gulp watch --env=dev",
"editorconfig": "editorconfig-checker"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webmaxx/start_html.git"
},
"keywords": [
"html",
"css",
"less",
"sass",
"smart-grid",
"js",
"javascript",
"typescript",
"pug",
"nunjucks",
"gulp",
"webpack",
"postcss"
],
"author": "webmaxx",
"license": "ISC",
"bugs": {
"url": "https://github.com/webmaxx/start_html/issues"
},
"homepage": "https://github.com/webmaxx/start_html#readme",
"dependencies": {
"animate.css": "^4.1.1",
"jquery": "^3.6.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"core-js": "3",
"del": "^6.0.0",
"editorconfig-checker": "^3.3.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-less": "^4.0.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pretty-html": "^2.0.10",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-util": "^3.0.8",
"postcss": "^8.2.7",
"postcss-import": "^14.0.0",
"postcss-media-minmax": "^5.0.0",
"smart-grid": "^2.1.2",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"vinyl-named": "^1.1.0",
"webpack-stream": "^6.1.2"
}
}