This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 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
48
49
50
51
52
53
{
"name": "luae-editor",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"start": "svelte-kit start",
"lint": "prettier --check . && eslint --ignore-path .gitignore .",
"format": "prettier --write ."
},
"devDependencies": {
"@codemirror/autocomplete": "0.20.1",
"@codemirror/basic-setup": "0.20.0",
"@codemirror/closebrackets": "0.19.2",
"@codemirror/commands": "0.20.0",
"@codemirror/comment": "0.19.1",
"@codemirror/fold": "0.19.4",
"@codemirror/gutter": "0.19.9",
"@codemirror/highlight": "0.19.8",
"@codemirror/history": "0.19.2",
"@codemirror/language": "0.20.0",
"@codemirror/lint": "0.20.2",
"@codemirror/matchbrackets": "0.19.4",
"@codemirror/rectangular-selection": "0.19.2",
"@codemirror/search": "0.20.1",
"@codemirror/state": "0.20.0",
"@codemirror/stream-parser": "0.19.9",
"@codemirror/view": "0.20.4",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"lezer": "0.13.5",
"prettier": "2.6.2",
"prettier-plugin-svelte": "2.7.0",
"sass": "1.51.0",
"svelte": "3.49.0",
"svelte-preprocess": "4.10.6",
"tslib": "2.4.0",
"typescript": "4.6.4",
"vite": "2.9.9"
},
"type": "module",
"dependencies": {
"@codemirror/collab": "0.20.0",
"@codemirror/legacy-modes": "0.20.0",
"luaparse": "0.3.1",
"uuid-random": "1.3.2"
}
}