-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 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
{
"name": "xpro3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"antd": "^4.16.3",
"codemirror": "^5.62.0",
"next": "11.0.0",
"react": "17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "17.0.2",
"react-emoji": "^0.5.0",
"react-scroll-to-bottom": "^4.1.2",
"react-spinners": "^0.11.0",
"react-split-pane": "^0.1.92",
"react-tabs": "^3.2.2",
"sass": "^1.35.1",
"socket.io-client": "^4.1.2",
"typescript": "^4.3.4",
"vercel": "^23.0.1"
}
}