-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 3.71 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
{
"name": "@box-tracker/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"projects/*",
"libs/*",
"utils"
],
"engines": {
"node": ">=22.14.0",
"yarn": ">=1.22.0"
},
"dependencies": {
"@clerk/backend": "^1.24.2",
"@clerk/express": "^1.3.49",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^10.0.2",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^10.0.2",
"@prisma/client": "^6.4.1",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.6.0",
"next": "15.1.6",
"passport": "^0.7.0",
"passport-custom": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@chromatic-com/storybook": "^3.2.4",
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.6",
"@nx/js": "20.4.6",
"@nx/nest": "^20.4.6",
"@nx/node": "20.4.6",
"@nx/react": "^20.4.6",
"@nx/storybook": "20.4.0",
"@nx/vite": "20.4.0",
"@nx/web": "20.4.6",
"@nx/webpack": "20.4.6",
"@reduxjs/toolkit": "^2.5.1",
"@storybook/addon-a11y": "^8.5.8",
"@storybook/addon-actions": "^8.5.8",
"@storybook/addon-coverage": "^1.0.5",
"@storybook/addon-essentials": "^8.5.8",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.5.8",
"@storybook/core-server": "8.5.8",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "8.5.8",
"@storybook/react": "^8.5.8",
"@storybook/react-vite": "8.5.8",
"@storybook/test": "^8.5.8",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"concurrently": "^9.1.2",
"css-loader": "^7.1.2",
"eslint": "^9.8.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.4.3",
"msw": "^2.7.1",
"msw-storybook-addon": "^2.0.4",
"nx": "20.4.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.4",
"postcss-scss": "^4.0.9",
"prettier": "^3.5.2",
"prisma": "^6.4.1",
"react-docgen-typescript": "^2.2.2",
"react-redux": "^9.2.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.85.0",
"sass-loader": "^16.0.5",
"storybook": "8.5.8",
"style-loader": "^4.0.0",
"stylelint": "^16.14.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.11.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^5.0.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"@types/express": "^4.17.21"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md,mdx}": [
"prettier --write",
"yarn lint",
"git add"
],
"*.{css,scss}": [
"stylelint --fix",
"prettier --write",
"git add"
]
},
"scripts": {},
"msw": {
"workerDirectory": [
"projects/components/.storybook/public"
]
}
}