-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.54 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
{
"name": "wfo-ui",
"version": "2.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest --passWithNoTests",
"tsc": "tsc --noEmit",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"",
"prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"",
"postinstall": "husky"
},
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^97.3.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@orchestrator-ui/orchestrator-ui-components": "*",
"@reduxjs/toolkit": "^2.0.1",
"eslint": "^8.57.0",
"moment": "^2.29.4",
"next": "^14.2.25",
"next-auth": "^4.24.5",
"next-intl": "^3.4.1",
"next-query-params": "^5.0.0",
"process": "0.11.10",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"use-query-params": "2.2.1"
},
"devDependencies": {
"@orchestrator-ui/eslint-config-custom": "*",
"@orchestrator-ui/jest-config": "*",
"@orchestrator-ui/tsconfig": "*",
"@testing-library/jest-dom": "^6.6.2",
"@types/node": "^22.7.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
"@types/react-no-ssr": "^1.1.7",
"babel-jest": "^29.7.0",
"husky": "^9.0.11",
"typescript": "^5.5.2"
}
}