-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 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
51
{
"name": "fleek-v1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 140,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"rangeStart": 0
},
"dependencies": {
"@rodrigogs/mysql-events": "^0.6.0",
"api": "^4.5.1",
"async": "^3.2.0",
"aws-sdk": "^2.939.0",
"axios": "^0.21.4",
"cookie-parser": "~1.4.4",
"date-fns-tz": "^1.1.6",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"express": "~4.16.1",
"firebase-admin": "^9.10.0",
"geoip-lite": "^1.4.2",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"morgan": "~1.9.1",
"node-cache": "^5.1.2",
"onesignal-node": "^3.3.0",
"ora": "^6.0.0",
"promise-mysql": "^4.1.4",
"request-ip": "^2.1.3"
}
}