-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.62 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"axios": "^1.2.1",
"chart.js": "^4.0.1",
"cra-template": "1.2.0",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"faker": "^5.5.3",
"flowbite": "^1.5.4",
"flowbite-datepicker": "^1.2.2",
"flowbite-react": "^0.3.5",
"google-map-react": "^2.2.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.0.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-jwt": "^1.1.7",
"react-router-dom": "^6.4.5",
"react-scripts": "^5.0.1",
"react-tailwindcss-datepicker": "^1.1.1",
"recharts": "^2.1.16",
"swiper": "^8.4.5",
"tw-elements": "^1.0.0-alpha12",
"universal-cookie": "^4.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"start-js": "sleep 2 && react-scripts start",
"eject": "react-scripts eject"
},
"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": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}