-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.56 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
{
"name": "@deskpro/app-mailchimp",
"version": "1.0.0",
"scripts": {
"start": "vite",
"serve": "vite preview",
"build": "rm -rf ./dist/ && tsc && vite build",
"build:package": "pnpm build && pnpm package",
"package": "rm -rf ./build/ && node ./bin/package.js",
"bumpManifestVer": "node ./bin/bumpManifestVer.js",
"lint": "eslint --max-warnings 0 --ext ts,tsx ./src",
"test": "echo 'No test suite available'",
"test:coverage": "echo 'No test suite available'"
},
"dependencies": {
"@deskpro/app-sdk": "^6.0.8",
"@deskpro/deskpro-ui": "^8.4.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@sentry/react": "^9.47.1",
"@sentry/vite-plugin": "^3.6.1",
"formik": "^2.4.9",
"lodash": "^4.17.21",
"polished": "^4.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^7.11.0",
"ts-md5": "1.2.10",
"ts-pattern": "^3.3.5"
},
"devDependencies": {
"@types/lodash": "^4.17.21",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"@vitejs/plugin-react": "^1.3.2",
"adm-zip": "^0.5.16",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "^2.8.8",
"rollup-plugin-copy": "3.4.0",
"slugify": "^1.6.6",
"typescript": "5.7.2",
"vite": "^6.4.1"
}
}