-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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": "StephHays",
"packageManager": "yarn@3.2.2",
"description": "Personal website of Steph Hays",
"private": true,
"author": {
"name": "Steph Hays",
"email": "steph@stephhays.dev",
"url": "https://stephhays.dev/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/st3phhays/StephHays.git"
},
"bugs": {
"url": "https://github.com/st3phhays/StephHays/issues"
},
"homepage": "https://github.com/st3phhays/StephHays#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.2",
"babelify": "^10.0.0",
"bootstrap": "^5.2.0",
"browserify": "^17.0.0",
"canvas-confetti": "^1.4.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-inject-string": "^1.1.2",
"gulp-purgecss": "^4.1.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^2.0.0",
"rimraf": "^3.0.2",
"sass": "^1.53.0",
"st3phhays-assets": "git+https://github.com/st3phhays/st3phhays-assets.git",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}