-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 KB
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
{
"name": "ecotria-client",
"private": true,
"version": "0.0.0",
"scripts": {
"start:prod": "npx http-server ./dist",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --passWithNoTests",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.3",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^2.9.11",
"@tanstack/react-query": "^4.27.0",
"@tanstack/react-query-devtools": "^4.27.0",
"@tanstack/react-table": "^8.7.9",
"apexcharts": "^3.37.1",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"jwt-decode": "^3.1.2",
"luxon": "^3.3.0",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.7",
"react-icons": "^4.8.0",
"react-image-lightbox": "^5.1.4",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.9.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-slick": "^0.23.10",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.59.3",
"vite": "^2.9.15"
}
}