-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.68 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.68 KB
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
{
"name": "p-squared",
"version": "0.1.0",
"homepage": "./",
"private": true,
"engines": {
"node": "25.2.1"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.3",
"@mui/x-date-pickers": "^8.24.0",
"@wojtekmaj/react-daterange-picker": "^3.4.0",
"axios": "^0.27.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"history": "^5.3.0",
"interactjs": "^1.10.11",
"react": "^18.1.0",
"react-calendar-timeline": "^0.30.0-beta.12",
"react-dom": "^18.1.0",
"react-router-dom": "^6.8.0",
"react-time-picker": "^4.5.0",
"typescript": "^4.6.4",
"use-query-params": "^2.1.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "VITE_REACT_APP_ENVIRONMENT=demobuild vite",
"build": "VITE_REACT_APP_ENVIRONMENT=production vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.2.43",
"@types/react": "^18.0.8",
"@types/react-calendar-timeline": "^0.26.7",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/react-time-picker": "^4.0.2",
"@types/wojtekmaj__react-daterange-picker": "^3.4.0",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"react-router": "^6.9.0",
"s": "^1.0.0",
"vite": "^5.0.8"
}
}