This repository was archived by the owner on Feb 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 KB
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
{
"name": "base-webframework-nodejs",
"version": "1.1.0",
"description": "A general template for a Node.js web application running Fastify and Handlebars",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node app.js test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAK3RMAN/base-webframework-nodejs.git"
},
"author": "RAk3rman",
"license": "MIT",
"bugs": {
"url": "https://github.com/RAK3RMAN/base-webframework-nodejs/issues"
},
"homepage": "https://github.com/RAK3RMAN/base-webframework-nodejs#readme",
"dependencies": {
"autoprefixer": "^10.1.0",
"body-parser": "^1.18.3",
"chai": "^4.3.0",
"chalk": "^4.1.0",
"cookie-parser": "^1.4.4",
"cross-env": "^7.0.3",
"data-store": "^3.1.0",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-session": "^1.15.6",
"fastify": "^3.9.2",
"fastify-formbody": "^5.0.0",
"fastify-rate-limit": "^5.0.0",
"fastify-socket.io": "^1.0.1",
"fastify-static": "^4.7.0",
"handlebars": "^4.7.7",
"http": "0.0.0",
"http-errors": "^1.7.2",
"mocha": "^8.3.0",
"moment": "^2.29.1",
"mongoose": "^5.7.12",
"morgan": "^1.9.1",
"nodemon": "^2.0.6",
"ora": "^5.1.0",
"point-of-view": "^4.7.0",
"postcss": "^8.2.10",
"sweetalert2": "^10.16.2",
"tailwindcss": "^3.0.9",
"unique-names-generator": "^4.3.1",
"uuid": "^3.3.2"
}
}