-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.03 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "tesla-dashboard",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "concurrently -p=\"{name}\" -n=\"WEB,SERVER\" -c=\"magenta,blue\" \"nx run web:serve\" \"nx run server:serve\"",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"purge": "rimraf node_modules",
"clean": "rimraf dist"
},
"private": true,
"dependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"camelcase": "^6.0.0",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"csurf": "^1.11.0",
"d3": "^6.3.1",
"helmet": "^4.3.1",
"http-proxy-middleware": "^1.0.4",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"material-icons": "^0.5.2",
"moment": "2.29.1",
"mongoose": "^5.11.12",
"numbro": "^2.3.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"reflect-metadata": "^0.1.13",
"resolve": "^1.17.0",
"rxjs": "^6.6.3",
"semver": "^7.3.2",
"tslib": "^2.0.0",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/parser": "^7.10.4",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "^7.10.4",
"@nestjs/config": "^0.6.1",
"@nestjs/jwt": "^7.2.0",
"@nestjs/mongoose": "^7.2.2",
"@nestjs/passport": "^7.1.5",
"@nestjs/schedule": "^0.4.1",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nrwl/cli": "11.1.5",
"@nrwl/cypress": "11.1.5",
"@nrwl/eslint-plugin-nx": "11.1.5",
"@nrwl/jest": "11.1.5",
"@nrwl/nest": "^11.1.5",
"@nrwl/node": "11.1.5",
"@nrwl/react": "11.1.5",
"@nrwl/tao": "11.1.5",
"@nrwl/web": "11.1.5",
"@nrwl/workspace": "11.1.5",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "11.2.3",
"@testing-library/react-hooks": "5.0.3",
"@types/d3": "^6.2.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "14.14.22",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-mock-store": "1.0.2",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"babel-jest": "26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "10.0.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"concurrently": "^5.3.0",
"css-loader": "^5.0.1",
"cypress": "^6.0.1",
"dotenv": "8.2.0",
"dotenv-expand": "^5.1.0",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-react": "1.1.7",
"eslint-config-react-app": "6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.3.0",
"jest": "26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-mock-axios": "^4.2.1",
"jest-resolve": "^26.1.0",
"jest-watch-typeahead": "^0.6.0",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pnp-webpack-plugin": "^1.6.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "4.2.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "^5.0.2",
"prettier": "2.2.1",
"pretty": "^2.0.0",
"react-app-polyfill": "2.0.0",
"react-dev-utils": "11.0.1",
"react-scripts": "4.0.1",
"redux-mock-store": "^1.5.4",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.9",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-jest": "^26.4.4",
"ts-node": "~9.1.1",
"typescript": "~4.1.3"
}
}