-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.68 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.68 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
89
90
{
"name": "JS-Slash-Runner",
"version": "4.8.9",
"scripts": {
"build": "vite build",
"watch": "vite build --watch --mode development",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,css,scss,html,vue}\"",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "vitest run",
"test:watch": "vitest"
},
"browserslist": [
"defaults and partially supports es6-module"
],
"devDependencies": {
"@eslint/js": "^9.39.4",
"@popperjs/core": "^2.11.8",
"@tailwindcss/postcss": "^4.3.0",
"@types/jquery": "^3.5.34",
"@types/jqueryui": "^1.12.24",
"@types/lodash": "^4.17.24",
"@types/showdown": "^2.0.6",
"@types/sortablejs": "^1.15.9",
"@types/toastr": "^2.1.43",
"@typescript-eslint/parser": "^8.59.4",
"@typescript-eslint/utils": "^8.59.4",
"@vitejs/plugin-vue": "^6.0.7",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-better-tailwindcss": "^3.8.0",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-pinia": "^0.4.2",
"eslint-plugin-vue": "^10.9.1",
"globals": "^16.5.0",
"highlight.js": "^11.11.1",
"postcss": "^8.5.15",
"postcss-load-config": "^6.0.1",
"postcss-minify": "^1.2.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.3.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "6.0.0-dev.20250807",
"typescript-eslint": "^8.59.4",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^29.2.0",
"vanilla-jsoneditor": "^3.12.0",
"vite": "^7.3.3",
"vite-plugin-external": "^6.2.2",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.4.0",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^3.3.1",
"yaml": "^2.9.0"
},
"dependencies": {
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
"@vueuse/integrations": "^13.9.0",
"@vueuse/shared": "^13.9.0",
"async-wait-until": "^2.0.31",
"axios": "1.14.0",
"compare-versions": "^6.1.1",
"deep-object-diff": "^1.1.9",
"destr": "^2.0.5",
"emittery": "^1.2.1",
"is-blob": "^3.0.0",
"is-promise": "^4.0.0",
"jszip": "^3.10.1",
"klona": "^2.0.6",
"lodash-omitdeep": "^1.9.0",
"object-to-formdata": "^4.5.1",
"pinia": "^3.0.4",
"socket.io-client": "^4.8.3",
"type-fest": "^4.41.0",
"vue": "^3.5.34",
"vue-draggable-plus": "^0.6.1",
"vue-final-modal": "^4.5.5",
"vue-pick-colors": "^1.8.0",
"vue-router": "^4.6.4",
"vue-tippy": "^6.7.1",
"vue-virt-list": "^1.7.0",
"vue-word-highlighter": "^1.2.6",
"zod": "^4.4.3"
}
}