-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.82 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.82 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
61
62
63
64
65
{
"name": "my-pwa-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ap.cx/react-fullpage": "^0.3.0",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.3",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fontsource/inter": "^5.1.0",
"@reduxjs/toolkit": "^2.5.1",
"@sentry/react": "^8.41.0",
"@types/react-router-dom": "^5.3.3",
"apexcharts": "^3.54.0",
"axios": "^1.7.7",
"chakra-react-select": "^4.9.2",
"embla-carousel-react": "^8.3.1",
"framer-motion": "^11.11.10",
"i18next": "^23.16.4",
"is-mobile": "^5.0.0",
"json-schema": "^0.4.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-intersection-observer": "^9.13.1",
"react-modal": "^3.16.1",
"react-redux": "^9.2.0",
"react-router-dom": "^6.27.0",
"react-slick": "^0.30.2",
"react-spring": "^9.7.4",
"react-window": "^1.8.10",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.14"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.5"
}
}