-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 KB
/
package.json
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
{
"name": "@scm-manager/scm-mail-plugin",
"private": true,
"version": "3.4.1-SNAPSHOT",
"license": "AGPL-3.0-only",
"main": "./src/main/js/index.tsx",
"scripts": {
"build": "plugin-scripts build",
"watch": "plugin-scripts watch",
"postinstall": "plugin-scripts postinstall"
},
"dependencies": {
"@scm-manager/ui-plugins": "3.0.0",
"@scm-manager/ui-components": "3.0.0",
"@scm-manager/ui-core": "3.0.0",
"@scm-manager/ui-extensions": "3.0.0",
"classnames": "^2.2.6",
"query-string": "6.14.1",
"react": "17",
"react-i18next": "11",
"react-redux": "^5.0.7",
"react-router-dom": "^5.3.1",
"redux": "^4.0.0",
"styled-components": "^5.3.5",
"react-hook-form": "^7.5.1",
"react-dom": "17",
"react-router": "^5.3.1",
"@scm-manager/ui-api": "3.0.0",
"@scm-manager/ui-forms": "3.0.0",
"@scm-manager/ui-buttons": "3.0.0",
"@scm-manager/ui-overlays": "3.0.0",
"@scm-manager/ui-layout": "3.0.0",
"react-query": "^3.25.1"
},
"babel": {
"presets": [
"@scm-manager/babel-preset"
]
},
"jest": {
"preset": "@scm-manager/jest-preset"
},
"prettier": "@scm-manager/prettier-config",
"eslintConfig": {
"extends": "@scm-manager/eslint-config"
},
"devDependencies": {
"@scm-manager/babel-preset": "^2.13.1",
"@scm-manager/eslint-config": "^2.17.0",
"@scm-manager/jest-preset": "^2.13.0",
"@scm-manager/prettier-config": "^2.11.0",
"@scm-manager/tsconfig": "^2.13.0",
"@scm-manager/ui-scripts": "^2.19.0",
"@scm-manager/ui-tests": "3.0.0",
"@scm-manager/ui-types": "3.0.0",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/fetch-mock": "^7.3.1",
"@types/i18next": "^13.0.0",
"@types/jest": "^24.0.19",
"@types/query-string": "5",
"@types/react": "^17.0.1",
"@types/react-redux": "5.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"jest": "^24.9.0",
"@scm-manager/plugin-scripts": "^1.2.2"
}
}