forked from dilgerma/course-implementing-eventsourcing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.17 KB
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": "nebulit-codegen",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@event-driven-io/emmett": "0.9.0",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@rjsf/utils": "^5.22.1",
"@rjsf/validator-ajv8": "^5.22.1",
"cors": "^2.8.5",
"ejs": "^3.1.10",
"fluent-json-schema": "^5.0.0",
"ignore-loader": "^0.1.2",
"next": "14.2.15",
"path": "^0.12.7",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"rjsf-bulma": "^5.0.0-beta.5",
"slugify": "^1.6.6",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
},
"overrides": {
"vis-data": {
"uuid": "10.0.0"
},
"vis-network": {
"uuid": "10.0.0"
}
}
}