-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.67 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
{
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.6",
"@popperjs/core": "^2.3.3",
"ansi-colors": "^4.1.1",
"aos": "michalsnik/aos#^2.3.4",
"babelify": "^10.0.0",
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.7",
"browserify": "^16.5.1",
"dotenv": "^8.1.0",
"eslint": "6.5.1",
"fancy-log": "^1.3.3",
"fs": "^0.0.1-security",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0-beta.2",
"gulp-cache": "^1.1.3",
"gulp-data": "^1.3.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-minify": "^3.1.0",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"hamburgers": "jonsuh/hamburgers",
"intl-tel-input": "^17.0.0",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"lottie-web": "^5.5.10",
"marked": "^1.0.0",
"node-sass": "^4.13.1",
"nunjucks": "^3.2.1",
"nunjucks-markdown": "^2.0.1",
"object-path": "^0.11.4",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"responsively-lazy": "^2.0.2",
"slick-carousel": "^1.8.1",
"tsify": "^4.0.1",
"typescript": "^3.8.3",
"upath": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"which-pm-runs-cli": "^1.0.0",
"gulp-if": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.6",
"@types/bootstrap": "^4.3.2",
"@types/jquery": "^3.3.35",
"@types/slick-carousel": "^1.6.34",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.0.0",
"front-matter": "^3.0.1",
"gettext-parser": "^4.0.3",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-load-plugins": "^2.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pretty-url": "^0.1.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-fetch": "^2.3.0",
"node-gettext": "^3.0.0",
"recursive-readdir-sync": "^1.0.6",
"run-sequence": "^2.2.1",
"strip-json-comments": "^3.1.0",
"through2": "^3.0.1",
"xgettext-template": "^4.0.3",
"yargs": "^15.3.1"
},
"scripts": {
"develop": "gulp watch",
"build": "gulp build",
"syncTerms": "node bin/syncTerms.js",
"parseTerms": "node bin/parseTerms.js",
"exportTerms": "node bin/exportTerms.js"
},
"engines": {
"yarn": ">= 1.22.0"
},
"name": "njk-site",
"version": "1.0.0",
"description": "Created by LA team",
"repository": "",
"author": "Maksym <[email protected]>",
"license": "MIT"
}