-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "helixboilerplate",
"version": "2.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-template-literals": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"axios": ">=1.7.2",
"bootstrap": "^5.3.3",
"fancy-log": "^2.0.0",
"global": "^4.4.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-if": "^3.0.0",
"gulp-nunjucks": "^6.0.0",
"gulp-nunjucks-html": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-uglify-es": "^3.0.0",
"gulp-webserver": "^0.9.1",
"gulp.spritesmith": "^6.13.1",
"jquery": "^3.7.1",
"sass": "^1.77.8",
"svg4everybody": "^2.1.9",
"swiper": "^11.1.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^3.4.31",
"yargs": "^17.7.2"
}
}