-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "mocode2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@annotationhub/react-golden-layout": "^2.3.2",
"@types/codemirror": "^5.60.8",
"@types/node": "20.3.1",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"ace-builds": "^1.23.0",
"codemirror": "^5.65.13",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"monaco-editor": "^0.39.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"next": "13.4.7",
"next-transpile-modules": "^10.0.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-codemirror2": "^7.2.1",
"react-dom": "18.2.0",
"react-monaco-editor": "^0.52.0",
"react-simple-code-editor": "^0.13.1",
"styled-components": "^6.0.0-rc.5",
"typescript": "5.1.3",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"file-loader": "^6.2.0"
}
}