-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 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
{
"name": "spotify-ui-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"lodash.debounce": "^4.0.8",
"next": "10.2.3",
"nprogress": "^0.2.0",
"rc-slider": "^9.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.0.0",
"sass": "^1.34.1"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/lodash.debounce": "^4.0.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.9",
"typescript": "^4.3.2"
}
}