-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 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
{
"name": "@quick-share/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.616.0",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.9",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/schedule": "^4.1.0",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"express": "^4.19.2",
"jszip": "^3.10.1",
"ms": "3.0.0-beta.2",
"nestjs-s3": "^2.0.1",
"pg": "^8.12.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.9",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/js": "19.3.2",
"@nx/nest": "19.3.2",
"@nx/node": "19.3.2",
"@nx/react": "19.3.2",
"@nx/vite": "19.3.2",
"@nx/web": "19.3.2",
"@nx/webpack": "19.3.2",
"@nx/workspace": "19.3.2",
"@swc-node/register": "~1.9.2",
"@swc/cli": "~0.3.14",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/ms": "^0.7.34",
"@types/multer": "^1.4.11",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^1.6.0",
"babel-jest": "^29.7.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "19.3.2",
"prettier": "^2.8.8",
"sass": "^1.77.6",
"ts-jest": "^29.1.5",
"ts-node": "10.9.1",
"typescript": "~5.4.5",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"webpack-cli": "^5.1.4"
}
}