-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.15 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": "@nordic/monorepo",
"version": "0.1.0",
"author": "Andrii Hrynenko",
"license": "MIT",
"private": true,
"type": "module",
"dependencies": {
"@hookform/resolvers": "^3.7.0",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.1",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"server-only": "^0.0.1",
"tslib": "^2.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@next/eslint-plugin-next": "^14.2.4",
"@nx/devkit": "19.4.2",
"@nx/eslint": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/js": "19.4.2",
"@nx/next": "19.4.2",
"@nx/playwright": "19.4.2",
"@nx/react": "19.4.2",
"@nx/storybook": "19.4.2",
"@nx/vite": "19.4.2",
"@nx/web": "19.4.2",
"@nx/workspace": "19.4.2",
"@playwright/test": "^1.45.0",
"@rollup/plugin-alias": "^5.1.0",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/core-server": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.10.0",
"@swc/cli": "^0.4.0",
"@swc/core": "~1.6.6",
"@swc/helpers": "^0.5.11",
"@t3-oss/env-nextjs": "^0.10.1",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/js-cookie": "^3.0.6",
"@types/next-pwa": "^5.6.9",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vanilla-extract/next-plugin": "^2.4.3",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "^9.0.11",
"jsdom": "~24.1.0",
"json-server": "^1.0.0-beta.1",
"lint-staged": "^15.2.7",
"next-intl": "^3.15.3",
"next-pwa": "^5.6.0",
"nx": "19.4.2",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"storybook": "^8.1.11",
"ts-node": "10.9.2",
"typescript": "~5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "~3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vitest": "^1.3.1"
}
}