-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.37 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "access-api",
"description": "Makers Access API v3",
"version": "3.0.0",
"homepage": "",
"private": true,
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "mrfrase3",
"email": "[email protected]"
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/",
"config": "config/"
},
"engines": {
"node": ">= 18.0.0",
"yarn": ">= 1.22.0"
},
"scripts": {
"test": "yarn run lint && yarn run mocha",
"lint": "eslint src/. test/. --config .eslintrc.json --fix",
"dev": "nodemon src/",
"start": "node src/",
"mocha": "mocha test/ --recursive --exit",
"docker": "docker build -t uwashl/access:latest .",
"catcher": "notification-catcher"
},
"standard": {
"env": [
"mocha"
],
"ignore": []
},
"dependencies": {
"@aws-sdk/client-s3": "^3.606.0",
"@aws-sdk/s3-request-presigner": "^3.606.0",
"@casl/ability": "^6.7.0",
"@feathers-nuxt/feathers-notifme": "^1.0.1-beta.1",
"@feathersjs/authentication": "^5.0.23",
"@feathersjs/authentication-local": "^5.0.23",
"@feathersjs/authentication-oauth": "^5.0.23",
"@feathersjs/configuration": "^5.0.23",
"@feathersjs/errors": "^5.0.23",
"@feathersjs/express": "^5.0.23",
"@feathersjs/feathers": "^5.0.23",
"@feathersjs/socketio": "^5.0.23",
"@feathersjs/transport-commons": "^5.0.23",
"@imgproxy/imgproxy-node": "^1.0.6",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"add": "^2.0.6",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cli-progress": "^3.12.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dompurify": "^3.0.9",
"dotenv": "^16.4.5",
"feathers-casl": "^2.1.1",
"feathers-memory": "^4.1.0",
"feathers-mongoose": "^8.5.1",
"handlebars": "^4.7.8",
"handlebars-helpers": "^0.10.0",
"helmet": "^7.1.0",
"marked": "^12.0.0",
"mjml": "^4.15.3",
"moment-timezone": "^0.5.45",
"mongodb-core": "^3.2.7",
"mongoose": "^8.2.0",
"papaparse": "^5.4.1",
"passport-custom": "^1.1.1",
"serve-favicon": "^2.5.0",
"winston": "^3.12.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@feathersjs/cli": "^5.0.23",
"eslint": "^8.57.0",
"git-describe": "^4.1.1",
"mocha": "^10.3.0",
"nodemon": "^3.1.0",
"notification-catcher": "^1.2.1",
"typescript": "^5.3.3"
}
}