-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "stories",
"version": null,
"private": true,
"scripts": {
"start": "vite dev",
"dev": "vite dev",
"build": "vite build",
"storyMap": " makeStoryMap '**/*.stories.tsx' --output ./src/__dev/__storyMap.ts"
},
"browserslist": ">0.75%, not ie 11, not UCAndroid >0, not OperaMini all",
"dependencies": {
"luxon": "^3.0.3",
"@types/luxon": "^3.0.1",
"@dhi/arsenal.date-slider": "workspace:*",
"@dhi/arsenal.jsonform": "workspace:*",
"@dhi/arsenal.models": "workspace:*",
"@dhi/arsenal.ui": "workspace:*",
"@dhi/arsenal.scenarios": "workspace:*",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"history": "^5.0.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"story-browser": "^5.4.0",
"xroute": "^6.8.0"
},
"devDependencies": {
"eslint-config-nfour": "^3.5.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/node": "^18.0.6",
"vite": "^3.1.2",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.8.3"
}
}