-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "recyclr",
"version": "1.0.0",
"description": "Tinder for Recycling",
"main": "server.js",
"scripts": {
"start": "node server.js",
"serve": "nodemon server.js",
"sass": "sass public/styles/core.scss public/styles/core.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/esalling23/keystone-api-template.git"
},
"author": "Eron Salling",
"license": "ISC",
"bugs": {
"url": "https://github.com/esalling23/recyclr/issues"
},
"homepage": "https://github.com/esalling23/recyclr#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"cloudinary": "^1.26.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"handlebars": "^4.7.7",
"hbs": "^4.1.2",
"keystone": "^4.2.1",
"merge": "^2.1.1",
"mongodb": "^4.0.1",
"mongoose": "^5.13.3",
"pluralize": "^8.0.0",
"progressbar.js": "^1.1.0",
"random-number": "^0.0.9",
"underscore": "^1.13.1"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3"
}
}