-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.98 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
{
"name": "jiraservicedesk",
"description": "A jira service desk client application.",
"version": "0.69.12",
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.13",
"@symfony/stimulus-bridge": "^3.2.3",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets",
"core-js": "^3.45.1",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"postinstall-postinstall": "^2.1.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"ts-loader": "^9.5.4",
"typescript": "^5.9.2"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"watch": "vite",
"dev": "vite build --mode dev",
"build": "vite build",
"lint": "eslint assets --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@marker.io/browser": "^0.20.2",
"@popperjs/core": "^2.11.8",
"@types/dragula": "^3.7.5",
"@types/quill": "^2.0.14",
"apexcharts": "^4.7.0",
"bootstrap": "^5.3.7",
"dragula": "^3.7.3",
"htmltoadf": "^0.1.10",
"jquery": "^3.7.1",
"quill": "^2.0.3",
"simplebar": "^6.3.2",
"stimulus-use": "^0.52.3",
"sweetalert2": "^11.24.1",
"tom-select": "^2.4.3",
"vite": "^6.3.5",
"vite-plugin-static-copy": "^3.1.2",
"vite-plugin-symfony": "^8.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}