-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 883 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
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.24.0",
"next": "latest",
"next-images": "^1.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-elastic-carousel": "^0.11.5",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-player": "^2.9.0",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/material-ui": "^0.21.12",
"@types/next": "^9.0.0",
"@types/react": "^17.0.13",
"@types/styled-components": "^5.1.15",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.3.5"
},
"license": "MIT"
}