-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
118 lines (118 loc) · 3.79 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "kma-news",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"fe": "cross-env NX_API_URL=http://localhost:8888 nx serve frontend",
"fe:build": "cross-env NX_API_URL=https://api.kma-news.tech NX_ZALO_CALLBACK_URL=https://blog.kma-news.tech/auth/login/zalo NX_APP_ZALO_APP_ID=513056836020745485 nx build frontend",
"docker:build": "nx build backend --prod --skip-nx-cache && nx build crawler --prod --skip-nx-cache && npm run fe:build && docker-compose -f docker-compose.build.yml build",
"docker:push": "docker-compose -f docker-compose.build.yml push",
"docker:db": "docker-compose -f docker-compose.prod.yml up -d",
"docker:db:down": "docker-compose -f docker-compose.prod.yml down"
},
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@elastic/elasticsearch": "^7.17.0",
"@nestjs/axios": "^0.0.5",
"@nestjs/bull": "^0.4.2",
"@nestjs/common": "^8.0.0",
"@nestjs/config": "^1.1.6",
"@nestjs/core": "^8.0.0",
"@nestjs/elasticsearch": "^8.1.0",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.1.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/schedule": "^1.0.2",
"@nestjs/swagger": "^5.2.0",
"@nestjs/typeorm": "^8.0.3",
"@reduxjs/toolkit": "^1.7.1",
"antd": "^4.18.7",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"bull": "^3.29.3",
"cache-manager": "^3.6.0",
"cache-manager-redis-store": "^2.0.0",
"cheerio": "^1.0.0-rc.10",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cookie-parser": "^1.4.6",
"core-js": "^3.6.5",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mysql2": "^2.3.3",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"qs": "^6.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-toastify": "^8.2.0",
"redis": "^4.0.3",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rss-parser": "^3.12.0",
"rxjs": "^7.0.0",
"slug": "^5.2.0",
"swagger-ui-express": "^4.3.0",
"tslib": "^2.0.0",
"typeorm": "^0.2.41"
},
"devDependencies": {
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.6.1",
"@nrwl/cypress": "13.7.0",
"@nrwl/eslint-plugin-nx": "13.6.1",
"@nrwl/jest": "13.6.1",
"@nrwl/linter": "13.6.1",
"@nrwl/nest": "13.6.1",
"@nrwl/node": "^13.6.1",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "13.7.0",
"@nrwl/tao": "13.6.1",
"@nrwl/web": "13.7.0",
"@nrwl/workspace": "13.6.1",
"@nx-tools/nx-docker": "^2.3.0",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/bcrypt": "^5.0.0",
"@types/bull": "^3.15.7",
"@types/cache-manager": "^3.4.2",
"@types/cookie-parser": "^1.4.2",
"@types/jest": "27.0.2",
"@types/lodash": "^4.14.178",
"@types/node": "16.11.7",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/qs": "^6.9.7",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"babel-jest": "27.2.3",
"cypress": "^9.1.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.2.3",
"prettier": "^2.5.1",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.5",
"typescript": "~4.4.3"
}
}