-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.22 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.22 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
91
92
93
94
{
"name": "@deskpro-apps/azure-devops",
"version": "0.0.0",
"license": "BSD-3-Clause",
"scripts": {
"start": "vite",
"build": "rm -rf ./dist/ && tsc && vite build",
"build:package": "pnpm build && pnpm package",
"package": "rm -rf ./build/ && node ./bin/package.js",
"serve": "vite preview",
"lint": "eslint --max-warnings 0 --ext ts,tsx ./src",
"test": "cross-env NODE_OPTIONS=--max-old-space-size=1024 jest --maxWorkers=75%",
"test:watch": "cross-env NODE_OPTIONS=--max-old-space-size=1024 jest --maxWorkers=75% --watch",
"test:coverage": "cross-env NODE_OPTIONS=--max-old-space-size=1024 jest --maxWorkers=75% --coverage",
"bumpManifestVer": "node ./bin/bumpManifestVer.js"
},
"dependencies": {
"@deskpro/app-sdk": "5.1.1",
"@deskpro/deskpro-ui": "^8.3.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "0.1.16",
"@heroicons/react": "1.0.6",
"@hookform/resolvers": "^2.9.11",
"@sentry/react": "^9.38.0",
"@sentry/vite-plugin": "^3.5.0",
"@tanstack/react-query": "^4.40.1",
"flatpickr": "^4.6.13",
"html-react-parser": "^3.0.16",
"javascript-time-ago": "^2.5.11",
"lodash": "^4.17.21",
"lodash.chunk": "^4.2.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.60.0",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^6.30.1",
"react-time-ago": "^7.3.3",
"showdown": "^2.1.0",
"ts-pattern": "^4.3.0",
"turndown": "^7.2.0",
"use-debounce": "^10.0.5",
"uuid": "^9.0.1",
"windicss": "^3.5.6",
"x2js": "^3.4.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.12.14",
"@swc/helpers": "^0.5.17",
"@swc/jest": "^0.2.39",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/lodash.chunk": "^4.2.9",
"@types/react": "^18.3.23",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.7",
"@types/react-flatpickr": "^3.8.11",
"@types/showdown": "^2.0.6",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/turndown": "^5.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"@typescript/lib-dom": "npm:@types/web@^0.0.139",
"@vitejs/plugin-react": "^1.3.2",
"adm-zip": "^0.5.16",
"cross-env": "7.0.3",
"eslint": "8.54.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.0",
"intersection-observer": "^0.12.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"prettier": "^2.8.8",
"react-resize-observer": "^1.1.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-copy": "3.4.0",
"slugify": "^1.6.6",
"styled-components": "^6.1.19",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"vite": "^6.3.6",
"vite-plugin-windicss": "^1.9.4"
}
}