-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "vol10",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.2",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"blob": "^0.1.0",
"firebase": "^10.4.0",
"fs": "^0.0.1-security",
"html-to-image": "^1.11.11",
"next": "^13.5.3",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-flow-renderer": "^10.3.17",
"react-google-button": "^0.7.2",
"reactflow": "^11.9.3",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@types/draft-js": "^0.11.13",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "^5.2.2"
}
}