-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "@dhi/arsenal.date-slider",
"version": "10.0.0",
"main": "./x/index",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "pnpm build -w",
"dev:stories": "ladle dev"
},
"dependencies": {
"luxon": "^3.0.3",
"react-use": "^17.4.0"
},
"peerDependencies": {
"@dhi/arsenal.ui": "workspace:*",
"@emotion/react": "11",
"@emotion/styled": "11",
"@mui/icons-material": ">= 5",
"@mui/material": ">= 5",
"mobx": ">= 6",
"mobx-react-lite": ">= 4",
"react": ">= 18",
"react-dom": ">= 18"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@ladle/react": "^3.3.1",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@types/luxon": "^3.0.1",
"@types/node": "^18.0.6",
"@types/react": "^18.2.37",
"@vitejs/plugin-react": "^4.1.1",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-build": "^0.10.0",
"vite-plugin-dts": "^3.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/DHI/Arsenal",
"directory": "libs/date-slider"
}
}