forked from scalacenter/scastie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "scastie",
"private": "true",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && MODE=embed vite build"
},
"devDependencies": {
"sass": "^1.62.0"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.2",
"@codemirror/language": "^6.6.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/lint": "^6.2.0",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.9.4",
"@lezer/common": "^1.0.1",
"@lezer/highlight": "^1.1.1",
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"@sentry/browser": "^7.48.0",
"@sentry/tracing": "^7.48.0",
"@types/marked": "^4.0.7",
"codemirror": "^6.0.1",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.6.0",
"marked": "^4.3.0",
"react": "17",
"react-dom": "17",
"source-map-support": "^0.5.21",
"typescript": "^4.8.4",
"vite": "^4.2.1",
"vite-plugin-markdown": "^2.1.0"
},
"resolutions": {
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.9.4"
}
}