-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 844 Bytes
/
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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^5.0.0-beta.2",
"@material-ui/icons": "^5.0.0-beta.1",
"@material-ui/styles": "^4.11.4",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@sanity/base": "^2.26.0",
"material-ui-player": "^1.0.5",
"next": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.14.4",
"react-modal-image": "^2.5.0",
"react-social": "^1.10.0",
"react-social-icons": "^5.6.1",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^16.4.3",
"@types/react": "^17.0.15"
}
}