-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.95 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
58
59
60
61
62
63
{
"title": "John Chase - Developer Portfolio",
"name": "developer-portfolio",
"version": "1.0.0",
"private": true,
"description": "Developer portfolio website for John Chase.",
"keywords": [],
"homepage": "https://github.com/RatJuggler/developer-portfolio#readme",
"license": "MIT",
"author": "John Chase",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist-build": "node_modules/.bin/gulp rebuild",
"gh-pages-build": "node_modules/.bin/gulp ghPagesBuild",
"dist-start": "browser-sync start --port 8000 --server 'dist/public' --files 'dist/public'",
"html-start": "browser-sync start --server 'public' --files 'public'",
"template-start": "nodemon -w src/main/webapp -e js,twig src/main/webapp/app.js src/main/webapp/templates ../../../public http://localhost:8000/json http://localhost:8001 http://localhost:8002"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RatJuggler/developer-portfolio.git"
},
"bugs": {
"url": "https://github.com/RatJuggler/developer-portfolio/issues"
},
"browserslist": [
"defaults"
],
"main": "app.js",
"engines": {
"node": "^14.x",
"npm": "^7.x"
},
"dependencies": {
"express": "^4.17.1",
"express-prom-bundle": "^6.3.4",
"got": "^11.8.2",
"prom-client": "^13.1.0",
"twig": "^1.15.4"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"bootstrap": "^4.6.0",
"bootstrap-table": "^1.18.2",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "^4.0.0",
"gulp-terser": "^2.0.1",
"jquery": "^3.6.0",
"merge-stream": "^2.0.0",
"nodemon": "^2.0.7",
"popper.js": "^1.16.1"
}
}