forked from RobzLegz/mathroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 840 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
34
35
36
{
"name": "ventspils",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.23.0",
"bcrypt": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "5.13.8",
"next": "11.1.2",
"node-sass": "5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"eslint": "^8.0.1",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.4"
}
}