-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "swir-web",
"version": "0.1.4-0512.22",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"axios": "^0.26.0",
"dayjs": "^1.10.7",
"escape-html": "^1.0.3",
"framer-motion": "^6",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-intl": "^5.24.8",
"react-query": "^3.34.16",
"react-router": "6",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"sanitize-html": "^2.7.0",
"slate": "0.59.0",
"slate-history": "0.59.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "0.59.0",
"typescript": "4.5.5",
"use-context-selector": "^1.3.9",
"web-vitals": "^2.1.0",
"zustand": "^3.7.0"
},
"scripts": {
"dev": "BROWSER=none PORT=5001 react-scripts start",
"build": "react-scripts build",
"prod": "react-scripts build && serve -l 5001 -s build"
},
"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": {
"@formatjs/cli": "^5.1.0",
"@types/escape-html": "^1.0.2",
"@types/reach__router": "^1.3.10",
"@types/react-datepicker": "^4.4.0",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.6.2"
}
}