-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.18 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
{
"name": "to-do-list",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daerese/To-Do-List.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daerese/To-Do-List/issues"
},
"homepage": "https://github.com/daerese/To-Do-List#readme",
"dependencies": {
"-": "0.0.1",
"bcryptjs": "^2.4.3",
"connect-livereload": "^0.6.1",
"connect-redis": "^6.1.3",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"express": "^4.18.1",
"express-pjax": "0.0.1",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"jquery-pjax": "^2.0.1",
"livereload": "^0.9.3",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^8.8.0",
"pjax": "^0.2.8",
"redis": "^4.3.1",
"sequelize": "^6.24.0",
"sequelize-cockroachdb": "^6.0.5",
"yarn": "^1.22.19"
}
}