-
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) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 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": "music-climate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.4",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.2",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"cities.json": "^1.1.5",
"iconv-lite": "^0.6.3",
"next": "^11.1.3-canary.50",
"next-images": "^1.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"react-toastify": "^8.0.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}