-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BhoiDanny/New-Portfolio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BhoiDanny/New-Portfolio/issues"
},
"homepage": "https://github.com/BhoiDanny/New-Portfolio#readme",
"devDependencies": {
"browser-sync": "^2.27.10",
"del": "^6.1.1",
"friendly-errors-webpack-plugin": "^2.0.0-beta.2",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-connect-php": "^1.0.3",
"gulp-htmlclean": "^2.7.22",
"gulp-imagemin": "^7.1.0",
"gulp-inject-partials": "^1.0.5",
"gulp-mini-framework": "^1.0.7",
"gulp-minify-inline": "^1.1.0",
"gulp-sass": "^5.1.0",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-zip": "^5.1.0",
"pipe-error-stop": "^0.0.11",
"sass": "^1.54.4",
"vinyl-named": "^1.1.0",
"webpack-stream": "^4.0.3"
},
"dependencies": {
"bootstrap": "^5.0.0-beta2",
"jquery": "^3.6.3",
"popper.js": "^1.16.1",
"splitting": "^1.0.6",
"swiper": "^5.3.6"
}
}