-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.84 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
{
"name": "monorepo-nx",
"version": "0.0.0",
"license": "MIT",
"engineStrict": true,
"engines": {
"node": "v20",
"yarn": "only-pnpm",
"npm": "only-pnpm"
},
"scripts": {
"env-macos-linux": "export $(cat .env | xargs) && env",
"preinstall": "npx only-allow pnpm",
"web:dev": "doppler run -- nx run-many --target=serve --projects=web-*",
"web:e2e": "doppler run -- nx run-many --target=e2e --projects=web-*",
"storybook:dev": "doppler run -- nx run shared:storybook",
"changeset": "changeset",
"check:lint": "nx run-many --all --target=lint --fix",
"check:ts": "nx run-many --all --target=tsc",
"check:test": "nx run-many --all --target=test",
"checker": "nx run-many --all --target=tsc,lint,test",
"prepare": "husky",
"deploy:vercel": "vercel --prod",
"knip": "knip"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-slot": "^1.1.0",
"@storybook/addon-interactions": "^8.3.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.7.0"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "7.25.7",
"@changesets/cli": "^2.27.9",
"@emotion/eslint-plugin": "^11.12.0",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "~9.12.0",
"@nx/devkit": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/next": "20.0.0",
"@nx/playwright": "20.0.0",
"@nx/react": "20.0.0",
"@nx/storybook": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@nx/webpack": "20.0.0",
"@nx/workspace": "20.0.0",
"@playwright/test": "^1.48.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/core-server": "^8.3.5",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^8.3.5",
"@storybook/react": "^8.3.5",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.35",
"@swc/helpers": "~0.5.13",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.13",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/ui": "^2.1.3",
"autoprefixer": "10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "9.2.1",
"eslint": "9.12.0",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "^1.7.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.3",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~25.0.1",
"knip": "^5.33.3",
"lint-staged": "^15.2.10",
"nx": "20.0.0",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"storybook": "^8.3.5",
"tailwindcss": "3.4.13",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
},
"pnpm": {
"overrides": {
"semver@<5.7.2": ">=5.7.2"
}
}
}