-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "debate-ducks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build && next export",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.3",
"aws-sdk": "^2.1190.0",
"axios": "^0.27.2",
"fix-webm-duration": "^1.0.5",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-optimized-images": "^2.6.2",
"next-redux-wrapper": "^7.0.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.4.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.2",
"sass": "^1.54.0",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.5.0"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "17.0.31",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/react-redux": "^7.1.24",
"@types/simple-peer": "^9.11.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"eslint": "^8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
}
}