-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"private": true,
"scripts": {
"clean_modules": "find . -type d -name 'node_modules' -exec rm -rf {} +"
},
"workspaces": [
"web",
"docs"
],
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.33.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22",
"dotenv-cli": "^10.0.0",
"eslint": "^9.33.0",
"eslint-config-next": "15.4.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.29.1",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0"
},
"resolutions": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"typescript": "^5.9.2",
"eslint": "^9.33.0",
"eslint-config-next": "15.4.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.29.1"
},
"packageManager": "yarn@4.9.4"
}