-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "jolicoeur",
"title": "Adam J. Jolicoeur",
"version": "0.0.0",
"author": "Adam J. Jolicoeur",
"homepage": "https://www.adamjolicoeur.com",
"license": "Apache-2.0",
"licenseUrl": "https://github.com/mindreeper2420/mindreeper2420.github.io/blob/main/LICENSE",
"scripts": {
"dev": "gulp serve",
"build": "gulp build",
"prod": "gulp",
"publish": "gulp && github_changelog_generator -u mindreeper2420 -p mindreeper2420.github.io"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "4.5.3",
"dot-prop": "6.0.0",
"extend": "3.0.2",
"lodash": "4.17.20",
"sshpk": "1.16.1",
"tar": "6.0.5"
},
"devDependencies": {
"autoprefixer": "9.8.6",
"browser-sync": "2.26.13",
"cssnano": "4.1.10",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-header": "2.0.9",
"gulp-imagemin": "7.1.0",
"gulp-newer": "1.4.0",
"gulp-noop": "1.0.1",
"gulp-postcss": "8.0.0",
"gulp-pug": "4.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.0.2",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"postcss-assets": "5.0.0",
"usedcss": "1.0.7"
},
"repository": {
"type": "git",
"url": "https://mindreeper2420.github.com/mindreeper2420.github.io.git"
}
}