-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 Bytes
/
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
{
"name": "wirk-x-intermarche",
"version": "0.1.0",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.2",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"chartjs-adapter-date-fns": "^2.0.0",
"chartjs-adapter-moment": "^1.0.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"formik": "^2.2.9",
"less": "^4.1.3",
"moment": "^2.29.4",
"rc-pagination": "^3.1.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"recharts": "^2.1.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "3.0.4"
}
}