-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.07 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
{
"name": "chatness",
"description": "Chatbots made easy.",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"author": {
"name": "Chatness Team",
"email": "[email protected]"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.6",
"@angular-devkit/core": "~15.1.0",
"@angular-devkit/schematics": "~15.1.0",
"@angular/animations": "15.1.5",
"@angular/cli": "~15.1.0",
"@angular/common": "15.1.5",
"@angular/compiler": "15.1.5",
"@angular/compiler-cli": "15.1.5",
"@angular/core": "15.1.5",
"@angular/forms": "15.1.5",
"@angular/language-service": "15.1.5",
"@angular/platform-browser": "15.1.5",
"@angular/platform-browser-dynamic": "15.1.5",
"@angular/router": "15.1.5",
"@clack/core": "^0.2.1",
"@clack/prompts": "^0.5.1",
"@inrupt/jest-jsdom-polyfills": "^1.5.3",
"@nrwl/angular": "15.7.2",
"@nrwl/cli": "15.7.2",
"@nrwl/devkit": "^15.7.2",
"@nrwl/esbuild": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/js": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/nx-cloud": "15.0.3",
"@nrwl/rollup": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@reduxjs/toolkit": "^1.9.1",
"@schematics/angular": "~15.1.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/ejs": "^3.1.2",
"@types/express": "^4.17.17",
"@types/jest": "28.1.1",
"@types/node": "18.14.1",
"@types/node-fetch": "^2.6.2",
"@types/redux-watch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"chalk": "^5.2.0",
"cors": "^2.8.5",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"express": "^4.18.2",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "~12.2.2",
"nx": "15.7.2",
"prettier": "^2.6.2",
"rxjs": "^7.8.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~4.8.2",
"zone.js": "~0.11.4"
}
}