-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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
36
37
38
{
"name": "my-framework",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": "",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.3",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-hash": "^4.2.2",
"gulp-htmltidy": "^0.2.4",
"gulp-image": "^4.4.1",
"gulp-imagemin": "^5.0.3",
"gulp-sass": "^4.0.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.12.9"
},
"dependencies": {
"animate.css": "^3.7.0",
"gulp-htmlmin": "^5.0.1",
"gulp-minimize": "^1.0.0",
"gulp-svgmin": "^2.1.0",
"wowjs": "^1.1.3"
}
}