forked from summit-webapp/summit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.94 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
66
67
{
"name": "summit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint:indent": "prettier --check '**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"sitemap": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/aos": "^3.0.4",
"@types/jest": "^29.5.5",
"@types/testing-library__user-event": "^4.2.0",
"aos": "^2.3.4",
"axios": "^1.4.0",
"axios-cookiejar-support": "^4.0.6",
"firebase": "^9.23.0",
"formik": "^2.4.5",
"keen-slider": "^6.8.5",
"next": "13.4.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-ga": "^3.3.1",
"react-google-recaptcha": "^3.1.0",
"react-image-gallery": "^1.2.12",
"react-paginate": "^8.2.0",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"sass": "^1.62.1",
"styled-components": "^6.1.6",
"swiper": "^9.3.2",
"tough-cookie": "^4.1.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-bootstrap": "^0.32.32",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "18.2.4",
"@types/react-image-gallery": "^1.2.0",
"@types/tough-cookie": "^4.0.2",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"jest": "^29.7.0",
"next-sitemap": "^4.2.3",
"prettier": "^3.0.3",
"typescript": "5.0.4"
}
}