-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
56
57
{
"title": "Personal Website",
"name": "parme-personal-website",
"version": "2.5.0",
"description": "Giacomo Parmeggiani's personal website",
"author": "Giacomo Parmeggiani <[email protected]> (http://www.giacomoparmeggiani.com)",
"keywords": [],
"homepage": "https://www.giacomoparmeggiani.com",
"license": "UNLICENSED",
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/volume2/Git/personal_website"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.6.3",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"jquery.easing": "^1.4.1",
"md5-file": "^4.0.0",
"prismjs": "^1.24.0",
"typed.js": "^2.0.10"
},
"devDependencies": {
"browser-sync": "^2.27.5",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-mustache": "^4.1.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}