-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.56 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
{
"name": "project_name.back",
"version": "0.0.1",
"description": "Api project_name",
"author": "João Cruz Araujo Neto <[email protected]>",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "sh scripts/build.sh"
},
"dependencies": {
"@nartc/automapper": "^7.0.4",
"@nestjs/common": "^7.6.15",
"@nestjs/core": "^7.6.15",
"@nestjs/platform-express": "^7.6.15",
"@sendgrid/mail": "^7.4.2",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.11",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/mongodb": "^3.6.10",
"@types/node": "^15.3.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"nodemon": "^2.0.7",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^9.2.1",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack-node-externals": "^3.0.0"
}
}