-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@dhi/arsenal.scenarios",
"version": "21.2.0",
"main": "./x/index",
"scripts": {
"build": "tsc -p tsconfig.lib.json",
"build:vite": "vite build",
"dev:vite": "vite build -c vite.config.watch.ts",
"dev": "tsc -p tsconfig.lib.json --watch",
"dev:stories": "ladle dev"
},
"dependencies": {
"@types/change-case": "^2.3.1",
"change-case": "^4.1.2",
"colord": "^2.9.2",
"fuse.js": "^6.4.6",
"lodash-es": "^4.17.21",
"nanoid": "^3.3.2",
"overlayscrollbars": "^2.2.1",
"overlayscrollbars-react": "^0.5.1",
"uuid": "^8.3.2"
},
"peerDependencies": {
"@dhi/arsenal.jsonform": "workspace:*",
"@dhi/arsenal.models": "workspace:*",
"@dhi/arsenal.ui": "workspace:*",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@microsoft/signalr": "*",
"@mui/icons-material": "^5",
"@mui/material": "^5",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"react": ">= 17",
"react-dom": ">= 17"
},
"devDependencies": {
"@fontsource/roboto": "^5.0.8",
"@ladle/react": "^2.17.2",
"@dhi/arsenal.jsonform": "workspace:*",
"@dhi/arsenal.models": "workspace:*",
"@dhi/arsenal.ui": "workspace:*",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@microsoft/signalr": "^7.0.11",
"@mui/icons-material": "~5.14.3",
"@mui/material": "~5.14.4",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.0.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^4.0.4",
"eslint-config-nfour": "^3.5.0",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-build": "^0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DHI/Arsenal",
"directory": "libs/scenarios"
}
}