-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
47 lines (47 loc) · 1.27 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
43
44
45
46
47
{
"name": "scastie",
"private": "true",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && MODE=embed vite build"
},
"devDependencies": {
"sass": "^1.64.1",
"tree-sitter-cli": "^0.20.8"
},
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.2",
"@codemirror/language": "^6.9.3",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@lezer/common": "^1.0.3",
"@lezer/highlight": "^1.1.6",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"@sentry/browser": "^7.84.0",
"@sentry/tracing": "^7.60.1",
"@types/marked": "^5.0.0",
"codemirror": "^6.0.1",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.8.0",
"marked": "^5.1.2",
"marked-highlight": "^2.1.0",
"react": "17",
"react-dom": "17",
"source-map-support": "^0.5.21",
"typescript": "^5.1.6",
"vite": "^5.0.10",
"vite-plugin-markdown": "^2.1.0",
"web-tree-sitter": "^0.20.8"
},
"resolutions": {
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3"
}
}