-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "@dhi/arsenal.ui",
"version": "14.0.0",
"main": "./x/index",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"peerDependencies": {
"@dhi/arsenal.models": "workspace:*",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"mobx": "^6.10.0",
"mobx-react-lite": "4.0.3",
"react": ">= 17",
"react-dom": ">= 17"
},
"devDependencies": {
"@dhi/arsenal.models": "workspace:*",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@types/react": "^18.2.28",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/DHI/Arsenal",
"directory": "libs/ui"
},
"dependencies": {
"@types/lodash-es": "^4.17.6",
"lodash-es": "^4.17.21"
}
}