-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 984 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 984 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
{
"name": "saumyasite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^4.5.1",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"framer-motion": "^4.1.17",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.0",
"next": "11",
"next-image-loader": "^2.0.6",
"next-images": "^1.8.1",
"next-optimized-images": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-wordcloud": "^1.2.7",
"typewriter-effect": "^2.18.2",
"vanta": "^0.5.21"
},
"devDependencies": {
"@types/react": "17.0.30",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
}
}