-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test-app": "jest --transformIgnorePatterns \"node_modules/(?!(swiper|@chakra-ui/react))/\"",
"test:ci": "jest --ci"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/manjari": "^4.5.10",
"@fontsource/open-sans": "^4.5.12",
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"chart.js": "^3.9.1",
"framer-motion": "^7.5.3",
"next": "latest",
"next-seo": "^5.5.0",
"react": "^18.1.0",
"react-chartjs-2": "^4.3.1",
"react-confetti": "^6.1.0",
"react-country-flag": "^3.0.2",
"react-countup": "^6.3.2",
"react-dom": "^18.1.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.4.0",
"react-pro-sidebar": "^1.0.0-alpha.6",
"react-rewards": "^2.0.4",
"react-toastify": "^9.0.8",
"sweetalert2": "^11.4.33",
"swiper": "^8.4.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@ts-morph/common": "^0.17.0",
"@types/aos": "^3.0.4",
"@types/react": "18.0.9",
"@types/swiper": "^6.0.0",
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest-transform-css": "^6.0.0",
"ts-morph": "^16.0.0",
"typescript": "4.6.4"
}
}