-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 734 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 734 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": "in-this-weather",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"babel-preset-next": "^1.4.0",
"keen-slider": "^5.5.1",
"next": "^11.1.0",
"next-pwa": "^5.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-elastic-carousel": "^0.11.5",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-saga": "^1.1.3",
"styled-components": "^5.3.1",
"styled-icons": "^10.38.0",
"swiper": "^7.0.6"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.0"
},
"resolutions": {
"styled-components": "^5"
}
}