-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "Sock",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"backend": "cd backend && venv\\scripts\\activate && flask run --port 8000",
"build": "next build",
"frontend": "next dev",
"server": "cd backend && venv\\scripts\\activate && flask run --port 8000",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"axios": "^0.21.1",
"bootstrap": "^5.2.1",
"comfy.js": "^1.1.16",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"lodash": "^4.17.19",
"next": "13.4.2",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"react-mic": "^12.4.6",
"react-scripts": "^3.4.1",
"react-spinners": "^0.10.6",
"twitch-js": "^2.0.0-beta.45",
"typescript": "5.0.4",
"use-between": "^1.3.5"
}
}