-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
50
51
{
"name": "fake-artist",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.6",
"@mui/material": "^5.14.6",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"bufferutil": "^4.0.7",
"cors": "^2.8.5",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.16",
"lodash": "^4.17.21",
"natural": "^6.10.4",
"next": "13.4.19",
"nodemailer": "^6.9.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.8.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.202",
"@types/nodemailer": "^6.4.14",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/testing-library__react": "^10.2.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"ts-jest": "^29.1.1"
}
}