-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 981 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 981 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
34
35
36
37
38
39
{
"name": "weather-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@mdi/js": "^6.4.95",
"@mdi/react": "^1.5.0",
"@reduxjs/toolkit": "^1.6.2",
"@types/lodash.uniqueid": "^4.0.6",
"@types/react-redux": "^7.1.20",
"@types/react-transition-group": "^4.4.4",
"axios": "^1.6.8",
"classnames": "^2.3.1",
"lodash.uniqueid": "^4.0.1",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^3.0.1",
"react-redux": "^7.2.6",
"react-transition-group": "^4.4.2",
"sass": "^1.43.4",
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "17.0.33",
"@types/react-dom": "^17.0.11",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.2",
"typescript": "4.4.4"
}
}