-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "eduvasity-app",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.16.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/eslint-plugin": "^11.7.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"next-seo": "^6.0.0"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.8.8",
"@intercom/messenger-js-sdk": "^0.0.12",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.6",
"aos": "^2.3.4",
"axios": "^1.6.7",
"dayjs": "^1.11.7",
"framer-motion": "^11.0.3",
"next": "^12.1.6",
"npm": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-loader-spinner": "^5.3.4",
"react-player": "^2.16.0",
"react-select": "^5.2.1",
"sharp": "^0.33.2",
"swiper": "^11.0.5",
"yup": "^1.3.3"
}
}