-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.91 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "vyxal.github.io",
"version": "latest",
"description": "",
"main": "src/latest/latest.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vyxal/vyxal.github.io.git"
},
"keywords": [],
"author": "Ginger",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Vyxal/vyxal.github.io/issues"
},
"homepage": "https://github.com/Vyxal/vyxal.github.io#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@lezer/generator": "^1.7.1",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@stylistic/eslint-plugin": "^2.7.2",
"@stylistic/eslint-plugin-jsx": "^2.7.2",
"@stylistic/eslint-plugin-ts": "^2.7.2",
"@types/react": "^18.3.5",
"@types/react-bootstrap": "^0.32.35",
"@types/react-dom": "^18.2.19",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.0.0",
"git-revision-webpack-plugin": "^5.0.0",
"handlebars": "^4.7.8",
"html-bundler-webpack-plugin": "^3.5.0",
"sass": "^1.71.0",
"sass-loader": "^16.0.1",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/commands": "^6.6.1",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.33.0",
"@hello-pangea/dnd": "^17.0.0",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@uiw/codemirror-theme-github": "^4.21.22",
"@uiw/codemirror-theme-vscode": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"codemirror": "^6.0.1",
"fuse.js": "^7.0.0",
"gzip-utils": "^1.0.0",
"immer": "^10.0.3",
"lezer-loader": "^0.3.0",
"magic-snowflakes": "^6.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-popper": "^2.3.0",
"react-textarea-autosize": "^8.5.4",
"typescript-event-target": "^1.1.1",
"use-immer": "^0.10.0"
},
"targets": {
"latest": {
"source": {}
}
}
}