-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1020 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1020 Bytes
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
{
"name": "shiva-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@material-ui/core": "^4.12.3",
"@mui/material": "^5.3.0",
"@types/uuid": "^8.3.3",
"axios": "^0.25.0",
"firebase": "^9.6.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-slick": "^0.28.1",
"recoil": "^0.5.2",
"slick-carousel": "^1.8.1",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-slick": "^0.23.7",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "4.5.4"
}
}