-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.42 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
{
"name": "@chordia/main",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "nx affected --base origin/master --target=lint --parallel=3",
"test": "nx affected --base origin/master --target=test --parallel=3",
"build": "nx affected --base origin/master --target=build --parallel=3",
"lint:f": "nx run-many --all --skip-nx-cahce --base origin/master --target=lint --parallel=3",
"test:f": "nx run-many --all --skip-nx-cahce --base origin/master --target=test --parallel=3",
"build:f": "nx run-many --all --skip-nx-cahce --base origin/master --target=build --parallel=3",
"build:s": "nx run-many --all --target=build --parallel=3",
"spell": "cspell {libs,apps,modules}/**/*.{ts,tsx,css} --no-progress",
"admin": "nx run blaunk-admin:serve",
"design": "nx run design-storybook:storybook",
"client": "nx run blaunk-client:serve",
"server": "nx run blaunk-server:serve",
"prepare": "npx husky install"
},
"private": true,
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "6.1.0",
"@mui/material": "6.1.0",
"@nx/next": "17.2.0",
"@swc/helpers": "~0.5.13",
"@wojtekmaj/react-timerange-picker": "6.0.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.11.3",
"clsx": "2.0.0",
"cors": "2.8.5",
"express": "4.18.2",
"lodash": "4.17.21",
"moment": "2.30.1",
"mongoose": "8.1.1",
"next": "15.0.2",
"react": "18.2.0",
"react-avatar-editor": "13.0.2",
"react-bootstrap": "2.10.4",
"react-data-table-component": "7.6.2",
"react-datepicker": "7.3.0",
"react-dom": "18.2.0",
"react-easy-crop": "5.0.8",
"react-flags-select": "2.2.3",
"react-hook-form": "7.53.0",
"react-icons": "5.3.0",
"react-phone-input-2": "2.15.1",
"react-responsive": "10.0.0",
"react-responsive-carousel": "3.2.23",
"tslib": "^2.7.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.4",
"@nx/cypress": "17.2.0",
"@nx/esbuild": "17.2.0",
"@nx/eslint": "17.2.0",
"@nx/eslint-plugin": "17.2.0",
"@nx/jest": "17.2.0",
"@nx/js": "17.2.0",
"@nx/node": "^17.3.2",
"@nx/react": "17.2.0",
"@nx/workspace": "17.2.0",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.65",
"@swc/core": "~1.7.26",
"@testing-library/react": "14.0.0",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jest": "^29.5.13",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-avatar-editor": "13.0.3",
"@types/react-datepicker": "7.0.0",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-jest": "^29.7.0",
"cross-env": "7.0.3",
"cspell": "^8.14.4",
"cypress": "^13.14.2",
"esbuild": "^0.19.12",
"eslint": "~8.48.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.2.10",
"nx": "17.2.0",
"prettier": "^2.8.8",
"sharp": "^0.33.5",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"typescript": "~5.2.2"
}
}