-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-jwt": "^6.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.2.4",
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
},
"scripts": {
"start": "nodemon server.js",
"prod": "node server.js"
},
"name": "msg-board",
"description": "A Express + Vue practive for msg board",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/N0Ball/Msg-Board.git"
},
"author": "N0-Ball",
"license": "MIT",
"bugs": {
"url": "https://github.com/N0Ball/Msg-Board/issues"
},
"homepage": "https://github.com/N0Ball/Msg-Board#readme",
"devDependencies": {
"tailwindcss": "^3.0.23"
}
}