-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "ramsay",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/core": "^11.0.0",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "latest",
"bootstrap": "^5.1.3",
"nanoid": "^3.1.30",
"next": "^12.0.7",
"pusher": "^5.0.0",
"pusher-js": "^7.0.3",
"react": "17.0.2",
"react-bootstrap": "^2.0.4",
"react-dom": "17.0.2",
"react-scroll": "^1.8.4",
"reactjs-popup": "^2.0.5"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
}
}