-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "landingpage",
"version": "1.0.0",
"description": "Landing page with GULP4, Vanilla JS, HTML5, CSS3 with GSAP and AOS.js animations, Form PHP functions.",
"author": "Mihaylov Moisey",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cssbeautify": "^3.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.2",
"panini": "^1.7.2",
"sass": "^1.43.4",
"tailwindcss": "^3.2.4",
"webpack": "^5.64.3",
"webpack-stream": "^7.0.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1"
}
}