-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 984 Bytes
/
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
/* To install npm -> npm init -> npm i
npm install browser-sync gulp --save-dev
Once installed, gulp can be used -> gulp
*/
{
"name": "JacOng17.github.io",
"version": "1.0.0",
"description": "JacOng17.github.io",
"repository": "https://github.com/JacOng17/JacOng17.github.io",
"license": "MIT",
"main": "gulpfile.js",
"devDependencies": {
"@babel/core": "^7.4.5",
"autoprefixer": "^10.0.0",
"bootstrap": "^5.0.0",
"browser-sync": "^2.26.7",
"cssnano": "^6.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.4.1",
"jquery-match-height": "^0.7.2",
"magnific-popup": "^1.1.0",
"popper.js": "^1.15.0",
"vinyl-source-stream": "^2.0.0"
}
}