generated from aulasoftwarelibre/nx-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 4.96 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
162
163
{
"name": "gpseries",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx 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",
"devtools:cucumber:report": "node ./tools/generate-cucumber-report.js",
"release": "standard-version"
},
"private": true,
"dependencies": {
"@chakra-ui/react": "2.4.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.14.3",
"@nestjs/common": "^10.0.3",
"@nestjs/core": "^10.0.3",
"@nestjs/cqrs": "^7.0.1",
"@nestjs/jwt": "^7.2.0",
"@nestjs/passport": "^7.1.5",
"@nestjs/platform-express": "^10.0.3",
"@nestjs/swagger": "^7.0.4",
"@nestjs/typeorm": "^7.1.5",
"@nx/webpack": "^16.3.2",
"axios": "^1.4.0",
"bcrypt": "^5.0.0",
"class-transformer": "^0.3.2",
"core-js": "^3.6.5",
"document-register-element": "1.13.1",
"event-sourcing-nestjs": "^1.1.4",
"formik": "^2.4.2",
"framer-motion": "^6.5.1",
"jwt-decode": "^3.1.2",
"mongoose": "^5.12.12",
"mysql": "^2.18.1",
"next": "13.3.0",
"next-auth": "^3.1.0",
"next-intl": "^2.15.1",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"ra-data-json-server": "^3.11.1",
"react": "18.2.0",
"react-admin": "^3.11.1",
"react-dom": "18.2.0",
"react-is": "18.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"shallow-equal-object": "^1.1.1",
"swagger-ui-express": "^4.1.6",
"tslib": "^2.3.0",
"typeorm": "^0.2.29",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.9.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@faker-js/faker": "^8.0.2",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^10.0.3",
"@nrwl/js": "16.3.2",
"@nrwl/linter": "16.3.2",
"@nx-tools/nx-docker": "^0.4.1",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.3.2",
"@nx/nest": "16.3.2",
"@nx/next": "16.3.2",
"@nx/node": "16.3.2",
"@nx/react": "16.3.2",
"@nx/storybook": "16.3.2",
"@nx/web": "16.3.2",
"@nx/workspace": "16.3.2",
"@storybook/addon-essentials": "7.0.23",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/react": "7.0.23",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "14.0.0",
"@types/bcrypt": "^3.0.0",
"@types/express": "4.17.17",
"@types/jest": "^29.5.4",
"@types/jwt-decode": "^3.1.0",
"@types/next-auth": "^3.1.19",
"@types/node": "18.14.2",
"@types/passport-jwt": "^3.0.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/sqlite3": "^3.1.6",
"@types/uuid": "^8.3.0",
"@types/webpack": "^4.41.21",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-jest": "29.4.3",
"babel-loader": "8.1.0",
"css-loader": "^6.4.0",
"cucumber-html-reporter": "^5.3.0",
"cypress": "^6.2.0",
"cypress-cucumber-preprocessor": "^4.0.0",
"dotenv": "10.0.0",
"eslint": "^7.10.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.6",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.4.1",
"jest-mock": "^29.6.3",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"prettier": "2.8.8",
"react-refresh": "^0.10.0",
"sqlite3": "^5.1.6",
"standard-version": "^9.1.0",
"storybook-addon-next-router": "^4.0.2",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "10.9.1",
"tslint": "^6.1.0",
"typescript": "^5.1.3",
"url-loader": "^4.1.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn run affected:lint --uncommitted && yarn run affected:test --uncommitted"
}
}
}