-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.89 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
{
"name": "generator-basic-page",
"version": "2.1.0",
"description": "Basic HTML page structure. Uses preprocessor Scss for CSS, template engine Pug for HTML and TypeScript for coding scripts. Everything is bundling up with Gulp.",
"main": "src/index.pug",
"scripts": {
"start": "gulp dev",
"build": "gulp",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chekit/generator-basic-page.git"
},
"author": {
"name": "Anton Cherepov",
"email": "chekitdnb@gmail.com",
"url": "http://chekit.github.io/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/chekit/generator-basic-page/issues"
},
"homepage": "https://github.com/chekit/generator-basic-page#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browser-sync": "^2.18.12",
"browserify": "^17.0.0",
"child_process": "^1.0.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.1",
"require-dir": "^1.2.0",
"tsify": "^5.0.2",
"typescript": "^4.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"modernizr": "^3.6.0",
"normalize-scss": "^7.0.0"
},
"keywords": [
"template",
"boilerplate",
"pug",
"jade",
"scss",
"BEM",
"ts",
"typescript",
"html5",
"page template",
"html template",
"page boilerplate",
"html boilerplate"
],
"private": true
}