-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.39 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "weather-report",
"version": "1.0.0",
"description": "Your city's weather info, one click away, is just awaiting for you!",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Israel-Laguan/Weather-Report.git"
},
"keywords": [
"async",
"javascript",
"js",
"app",
"eslint",
"ES6",
"Test",
"Next.js"
],
"author": "Israel Laguan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Israel-Laguan/Weather-Report/issues"
},
"homepage": "https://github.com/Israel-Laguan/Weather-Report#readme",
"dependencies": {
"axios": "~1.6.0",
"next": "14.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-switch": "^7.0.0",
"tailwindcss": "~3.1.8",
"turnstone": "~2.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.0",
"autoprefixer": "~10.4.12",
"eslint": "8.24.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-next": "12.3.1",
"postcss": "~8.4.31"
}
}