-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.22 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
46
47
48
49
{
"name": "final-project-macs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint .",
"build": "next build",
"start": "next start",
"test": "cypress open",
"stylelint": "stylelint",
"chat": "nodemon chatserver.js"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.14.2",
"@material-ui/core": "^4.11.4",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"css-doodle": "^0.18.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"next": "10.2.3",
"next-auth": "^3.25.0",
"next-csrf": "^0.1.1",
"only": "^0.0.2",
"package-lock": "^1.0.5",
"pg": "^8.6.0",
"rc-steps": "^4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "^5.2.0",
"router": "^1.3.5",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"cypress": "^7.5.0",
"eslint": "^7.27.0",
"eslint-config-react-minimal": "^2.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"nodemon": "^2.0.7",
"stylelint-config-standard": "^22.0.0"
}
}