-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.41 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "amrita-techfest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@cloudinary/react": "^1.11.0",
"@cloudinary/url-gen": "^1.9.1",
"@coreui/react": "^4.6.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@lottiefiles/react-lottie-player": "^3.5.2",
"@material-tailwind/react": "^1.4.2",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@react-pdf/renderer": "^3.1.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"airtable": "^0.11.6",
"aos": "^2.3.4",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"firebase": "^9.17.1",
"framer-motion": "^10.0.2",
"hamburger-react": "^2.5.0",
"moment": "^2.29.4",
"multiselect-react-dropdown": "^2.0.25",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-icons": "^4.8.0",
"react-multi-select-component": "^4.3.4",
"react-particles": "^2.9.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"react-select": "^5.7.0",
"react-slick": "^0.29.0",
"react-social-icons": "^5.15.0",
"react-tilt": "^0.1.4",
"react-tsparticles": "^2.9.3",
"react-vertical-timeline-component": "^3.6.0",
"redux": "4.1.2",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.2",
"sass": "^1.58.3",
"shortid": "^2.2.16",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.7.3",
"tsparticles": "^2.6.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --legacy-peer-deps",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.7"
},
"browser": {
"crypto": false
}
}