forked from rocketinsights/rocket-weather
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "rocket-weather",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"dayjs": "^1.11.10",
"feels": "^3.0.0",
"geo2zip": "^4.0.2",
"geodist": "^0.2.1",
"leven": "^4.0.0",
"next": "^14.0.0",
"next-pwa": "^5.6.0",
"node-cache": "^5.1.2",
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"react-timeago": "^7.2.0",
"sunrise-sunset-js": "^2.2.1",
"swr": "^2.2.4",
"weatherlink": "^1.2.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "~18.8.4",
"@types/react": "^18.2.33",
"@types/react-timeago": "~4.1.5",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"eslint": "8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-simple-import-sort": "~10.0.0",
"extract-zip": "^2.0.1",
"md5-file": "^5.0.0",
"prettier": "~3.0.3",
"typescript": "~5.2.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}