-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 891 Bytes
/
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
{
"name": "likelist",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sentry/nextjs": "^6.13.3",
"axios": "^0.22.0",
"firebase": "^9.1.1",
"firebase-admin": "^9.12.0",
"moment": "^2.29.1",
"next": "11.1.2",
"polished": "^4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"react-query": "^3.25.1",
"sharp": "^0.29.1",
"spotify-web-api-node": "^5.0.2",
"styled-components": "^5.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "17.0.27",
"@types/spotify-web-api-node": "^5.0.3",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^8.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}