-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
102 lines (102 loc) · 3 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
{
"name": "alpack",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@alp/internal-core": "workspace:*",
"@faker-js/faker": "^8.0.2",
"@nx/devkit": "^16.9.1",
"@nx/eslint-plugin": "^16.9.1",
"@nx/jest": "^16.9.1",
"@nx/js": "^16.9.1",
"@nx/linter": "^16.9.1",
"@nx/node": "^16.9.1",
"@nx/plugin": "^16.9.1",
"@nx/react": "^16.9.1",
"@nx/storybook": "^16.9.1",
"@nx/web": "^16.9.1",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/core-server": "^7.4.5",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.5",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.90",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@types/ramda": "^0.29.4",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"env-cmd": "^10.1.0",
"eslint": "8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-formatjs": "^4.10.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-matcher-utils": "^29.6.2",
"jest-watch-typeahead": "^2.2.2",
"jsonc-eslint-parser": "^2.2.0",
"lint-staged": "^13.2.2",
"nx": "^16.9.1",
"prettier": "^2.8.8",
"resize-observer-polyfill": "^1.5.1",
"storybook": "^7.4.5",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "5.0.4"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@apollo/server": "^4.10.0",
"@emotion/react": "^11.11.1",
"@mantine/core": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/modals": "^7.10.1",
"@tabler/icons-react": "^2.30.0",
"clsx": "^2.1.1",
"eslint-config-mantine": "^3.2.0",
"graphql": "^16.8.1",
"next": "14.1.2",
"next-auth": "^4.24.6",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.6.2",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"typeorm": "^0.3.20",
"zod": "^3.21.4"
},
"pnpm": {
"overrides": {
"superjson": "1.13.1"
},
"patchedDependencies": {
"@auth/[email protected]": "patches/@[email protected]"
}
}
}