generated from derickmoncado/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "launchpad",
"version": "1.0.0",
"description": "My personal website - derickmoncado.io",
"main": "index.js",
"scripts": {
"sass": "sass --watch src/assets/scss/:css/",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmoncado/launchpad.git"
},
"author": "Derick Moncado",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmoncado/launchpad/issues"
},
"homepage": "https://github.com/dmoncado/launchpad#readme",
"dependencies": {
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"del": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-remove-code": "^3.0.4",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"node-sass": "^8.0.0",
"swiper": "^8.4.5"
},
"devDependencies": {
"browser-sync": "^2.27.11",
"gh-pages": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-sass": "^5.1.0",
"panini": "^1.7.2",
"sass": "^1.57.1"
},
"overrides": {
"autoprefixer": "10.4.5"
},
"resolutions": {
"autoprefixer": "10.4.5"
}
}