-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.94 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.15",
"@nivo/line": "^0.87.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/axios": "^0.14.0",
"@types/node": "^16.18.69",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.5",
"concurrently": "^8.2.2",
"datepicker": "^0.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"http-proxy-middleware": "^2.0.6",
"mic-recorder-to-mp3": "^2.2.2",
"os-browserify": "^0.3.0",
"react": "^18.2.0",
"react-calendar": "^5.0.0",
"react-chartjs-2": "^5.2.0",
"react-checkmark": "^2.0.0",
"react-datepicker": "^6.6.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-icons": "^5.0.1",
"react-media-recorder": "^1.6.6",
"react-player": "^2.15.1",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-spinners": "^0.13.8",
"reactdatepicker": "^2.2.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.1.6",
"styled-reset": "^4.5.1",
"web-vitals": "^2.1.4",
"yarn": "^1.22.21"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"dev": "concurrently \"npm run start\" \"json-server ./data/data.json --port 4000\" ",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook 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": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@chromatic-com/storybook": "^1.3.1",
"@types/jest": "^29.5.11",
"@types/react-datepicker": "^6.2.0",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prop-types": "^15.8.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5",
"webpack": "^5.91.0"
},
"overrides": {
"react-refresh": "0.11.0"
}
}