-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "@g2entgroup/crypto-html",
"version": "1.0.1",
"description": "",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git://github.com/g2entgroup/expert-guide.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/g2entgroup/expert-guide/issues"
},
"homepage": "https://github.com/g2entgroup/expert-guide",
"devDependencies": {
"browser-sync": "^2.24.6",
"dateformat": "^3.0.3",
"del": "^3.0.0",
"git-semver-tags": "^2.0.0",
"gulp": "4.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-bump": "^3.1.1",
"gulp-conventional-changelog": "^2.0.3",
"gulp-debug": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-hub": "github:frankwallis/gulp-hub#registry-init",
"gulp-load-plugins": "^1.5.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.2.0",
"gulp-tag-version": "^1.3.1",
"gulp-watch-sass": "^1.4.1",
"gulp-zip": "^4.2.0",
"path-posix": "^1.0.0",
"yargs": "^11.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"apexcharts": "^3.24.0",
"marquee3000": "^1.0.9",
"material-components-web": "0.39.3",
"pace-progress": "^1.0.2"
},
"browserslist": [
"defaults"
]
}