-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "do-it",
"version": "1.0.0",
"description": "# 마일스톤",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development node index.js",
"start:prod": "cross-env NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawncoding/Do-IT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dawncoding/Do-IT/issues"
},
"homepage": "https://github.com/dawncoding/Do-IT#readme",
"dependencies": {
"@slack/bolt": "^3.13.3",
"aos": "^2.3.4",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.0",
"sass": "^1.66.1",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1",
"socket.io": "^4.7.2",
"sweetalert2": "^11.7.27"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}