This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "stylebase",
"version": "4.6.2",
"repository": {
"type": "git",
"url": "git+https://github.com/VChet/StyleBase.git"
},
"license": "MIT",
"author": "VChet",
"contributors": [
"rudnovd"
],
"scripts": {
"start": "ts-node server.ts",
"server": "nodemon server.ts",
"lint": "eslint --ext ts .",
"fix": "npm run lint -- --fix",
"client:start": "cd client/ && npm start",
"client:build": "cd client/ && npm run build"
},
"dependencies": {
"@types/compression": "^1.7.1",
"@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.3",
"@types/express-session": "^1.17.4",
"@types/memory-cache": "^0.2.1",
"@types/mongoose-paginate-v2": "^1.3.11",
"@types/morgan": "^1.9.3",
"@types/node": "^16.7.1",
"@types/passport-github2": "^1.2.5",
"agenda": "^4.2.1",
"axios": "^0.21.1",
"compression": "^1.7.4",
"connect-mongo": "^4.5.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"feed": "^4.2.2",
"helmet": "^4.6.0",
"memory-cache": "^0.2.0",
"mongoose": "^5.13.8",
"mongoose-paginate-v2": "^1.4.2",
"morgan": "^1.10.0",
"nanoid": "^3.1.25",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"repo-images": "^1.0.1",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"usercss-meta": "^0.12.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-sonarjs": "^0.10.0",
"nodemon": "^2.0.12"
},
"engines": {
"node": "^14.16.0"
}
}