-
Notifications
You must be signed in to change notification settings - Fork 1
/
package_REMOTE_208.json
50 lines (50 loc) · 1.28 KB
/
package_REMOTE_208.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
{
"name": "notemock",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier"
},
"dependencies": {
"axios": "^0.26.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"genius-lyrics-api": "^3.2.0",
"lyrics-searcher": "^1.0.58",
"mongodb": "^4.4.1",
"next": "12.1.0",
"next-pwa": "^5.4.6",
"qs": "^6.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"socket.io-client": "^4.4.1",
"songlyrics": "^2.2.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "^17.0.37",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"autoprefixer": "^10.4.2",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "4.5.4"
},
"resolutions": {
"styled-components": "^5"
}
}