-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "headstarter",
"version": "1.0.0",
"description": "aAngular + Node.JS server for Headstarter's webpage",
"main": "index.js",
"engines": {
"node": "19.x"
},
"scripts": {
"start": "node server.js",
"build": "echo \"Build completed\"",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-prebuild": "echo This runs before Heroku installs dependencies.",
"heroku-postbuild": "echo This runs after Heroku installs dependencies.",
"heroku-cleanup": "echo This runs after Heroku prunes and caches dependencies."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Headstarter/web-app.git"
},
"author": "Headstarter LTD.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Headstarter/web-app/issues"
},
"homepage": "https://github.com/Headstarter/web-app#readme",
"dependencies": {
"boostrap": "^2.0.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.2",
"compression": "^1.7.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "~4.18.2",
"express-minify": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
"mongodb": "^4.12.1",
"node-cache": "^5.1.2",
"node-ttl": "^0.2.0",
"sharp": "^0.31.2",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"del": "~7.0.0",
"fancy-log": "~2.0.0",
"gulp": "~4.0.2",
"gulp-zip": "~5.1.0",
"nodemon": "~2.0.20",
"webpack": "~5.75.0",
"webpack-cli": "^5.0.0",
"webpack-stream": "~7.0.0"
}
}