-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 3.9 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
{
"name": "bootcamp-nx",
"version": "0.0.0",
"license": "MIT",
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx affected:lint --uncommitted --parallel --fix",
"format": "nx format:write --uncommitted",
"affected-test": "nx affected:test --uncommitted",
"type-check": "nx run-many --target=tsc --all",
"style-lint": "nx run-many --target=stylelint --all"
},
"private": true,
"dependencies": {
"@prisma/client": "^4.9.0",
"@reduxjs/toolkit": "^1.9.2",
"argon2": "^0.30.2",
"body-parser": "^1.20.1",
"classnames": "^2.3.2",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"isomorphic-fetch": "^3.0.0",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.0",
"morgan": "^1.10.0",
"prisma": "^4.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-lock": "^2.9.1",
"react-hook-form": "^7.41.5",
"react-redux": "8.0.5",
"react-router-dom": "6.4.3",
"redux-saga": "^1.2.1",
"regenerator-runtime": "0.13.7",
"runtypes": "^6.6.0",
"sqlite3": "^5.1.2",
"swagger-ui-express": "^4.6.0",
"tiny-invariant": "^1.3.1",
"tslib": "^2.3.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@commitlint/cli": "^17.1.2",
"@ngneat/falso": "^6.4.0",
"@nrwl/cli": "15.6.2",
"@nrwl/cypress": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/express": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/node": "15.6.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.6.2",
"@nrwl/storybook": "15.6.2",
"@nrwl/vite": "15.6.2",
"@nrwl/web": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@storybook/addon-essentials": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/core-server": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@svgr/webpack": "^5.4.0",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/express": "4.17.14",
"@types/jest": "28.1.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-router-dom": "5.3.3",
"@types/sqlite3": "^3.1.8",
"@types/supertest": "^2.0.12",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"commitizen": "^4.2.5",
"cypress": "^12.2.0",
"cz-customizable": "^7.0.0",
"eslint": "~8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsdom": "~20.0.3",
"less": "3.12.2",
"lint-staged": "^13.0.3",
"nx": "15.6.2",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"storybook-dark-mode": "^1.1.2",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-prettier": "^2.0.0",
"supertest": "^6.3.1",
"swc-loader": "0.1.15",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "^4.9.3",
"url-loader": "^3.0.0",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8"
}
}