-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.36 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "2.30.1",
"moment-duration-format": "2.3.2",
"react": "17.0.2",
"react-app-polyfill": "3.0.0",
"react-autosuggest": "10.1.0",
"react-bootstrap": "1.6.8",
"react-cookie-consent": "9.0.0",
"react-data-table-component": "6.11.8",
"react-dom": "17.0.2",
"react-moment": "1.1.3",
"react-oidc-context": "3.2.0",
"react-pretty-numbers": "3.0.0",
"react-promise-tracker": "2.1.1",
"react-router": "5.3.4",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "5.3.4",
"react-slick": "0.30.2",
"slick-carousel": "1.8.1",
"styled-components": "5.3.11"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}