-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "mars-rover-photos",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"aws-sdk": "^2.1311.0",
"imagesloaded": "^5.0.0",
"infinite-scroll": "^4.0.1",
"masonry-layout": "^4.2.2",
"next": "^12.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.5"
},
"devDependencies": {
"@next/font": "^13.1.6",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"sass": "^1.58.0"
},
"browserslist": [
"> 0.2% and not dead and not iOS < 13.4"
]
}