-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "jamesking.dev",
"version": "1.0.1",
"description": "My personal website",
"main": "index.js",
"scripts": {
"cs": "prettier --write '{js/**/*.js,css/**/*.css}'",
"cstest": "prettier --check '{js/**/*.js,css/**/*.css}'",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jamesking56/Jamesking.dev.git"
},
"author": "James King <james@jamesking.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jamesking56/Jamesking.dev/issues"
},
"homepage": "https://github.com/Jamesking56/Jamesking.dev#readme",
"dependencies": {
"bootstrap": "^3.4.1",
"easy-pie-chart": "^2.1.7",
"fittext.js": "^1.2.0",
"flexslider": "^2.7.2",
"font-awesome": "^4.7.0",
"jquery": "^3.6.3",
"jquery-migrate": "^3.4.1",
"jquery-waypoints": "^2.0.3",
"jquery.easing": "^1.3",
"patch-package": "^8.0.0",
"respond.js": "^1.4.2"
},
"devDependencies": {
"bufferstreams": "4.0.0",
"clone": "2.1.2",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-environments": "1.0.1",
"gulp-pug": "5.0.0",
"gulp-uglify": "3.0.2",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"semver": "7.6.3",
"uglify-save-license": "0.4.1"
}
}