forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"devDependencies": {
"@liferay/eslint-plugin": "1.6.0",
"@liferay/prettier-plugin": "1.1.5",
"@liferay/stylelint-plugin": "1.1.0",
"@types/ckeditor4": "4.16.2",
"@types/codemirror": "^5.60.5",
"@types/react": "18.2.19",
"@types/react-dom": "^18.2.12",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.6",
"@types/warning": "^3.0.0",
"acorn": "7.1.1",
"alloy-ui": "^3.1.0-deprecated.40",
"compass-mixins": "0.12.10",
"cross-env": "7.0.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020",
"fetch-mock": "^5.13.1",
"jsdoc": "3.6.3",
"liferay-frontend-common-css": "1.0.4",
"resize-observer-polyfill": "^1.5.1"
},
"private": true,
"resolutions": {
"@types/html-minifier-terser": "5.1.0",
"typescript": "4.7.4",
"ua-parser-js": "^0.7.30"
},
"scripts": {
"checkFormat": "node-scripts check:ci",
"format": "node-scripts format",
"formatCurrentBranch": "node-scripts format --current-branch",
"formatLocalChanges": "node-scripts format --local-changes",
"test:all": "node-scripts test"
},
"workspaces": {
"packages": [
"apps/*/*",
"apps/*/*/*",
"dxp/apps/*/*",
"dxp/apps/*/!(osb-faro/osb-faro-web)*/*",
"dxp/apps/osb/*/!(osb-faro/osb-faro-web)*/*",
"util/portal-tools-rest-builder-test-client-js",
"_node-scripts"
]
}
}