-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
41
42
43
44
45
46
{
"name": "compass-web",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"postinstall": "husky install && patch-package",
"dev": "yarn workspace @oss-compass/web dev",
"build": "yarn workspace @oss-compass/web build",
"test": "yarn workspace @oss-compass/web test",
"test:ci": "yarn workspace @oss-compass/web test:ci",
"docker:web": "./.github/deployment/web/local_build.sh"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-custom": "*",
"esno": "^4.8.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.1",
"joi": "^17.7.1",
"lint-staged": "^13.0.3",
"patch-package": "^8.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"yaml": "^2.2.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"resolutions": {
"react": "19.0.3",
"react-dom": "19.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"i18next": "23.16.8",
"next-i18next": "^15.4.3",
"react-i18next": "^13.5.0",
"ws": "^8.17.1",
"tmp": "^0.2.3",
"esbuild": "^0.25.0"
}
}