-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.99 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
{
"name": "devit-monorepo",
"version": "1.0.0",
"workspaces": [
"packages/*"
],
"description": "DevIT test task",
"main": "index.js",
"scripts": {
"start:dev": "concurrently \"npm run dev:server -w @monorepo/server\" \"npm run dev:client -w @monorepo/client\" "
},
"keywords": [],
"author": "Gavrilenko",
"license": "ISC",
"dependencies": {
"@hookform/resolvers": "^3.3.0",
"@tanstack/react-query": "^4.33.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.1",
"jsonwebtoken": "^9.0.1",
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.3",
"mongodb": "^5.7.0",
"mongoose": "^7.4.3",
"node-cron": "^3.0.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-router-dom": "^6.15.0",
"rss-parser": "^3.13.0",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.33.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.5.0",
"@types/node-cron": "^3.0.8",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"concurrently": "^8.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.2",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"zod": "^3.22.2"
}
}