-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 865 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
34
35
{
"name": "medical",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/styled-engine-sc": "^5.5.2",
"@zeit/next-css": "^1.0.1",
"next": "12.1.2",
"node-sass": "^7.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-query": "^3.34.19",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"url-loader": "^4.1.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"sass": "^1.49.9"
}
}