1
1
{
2
- "name" : " @scm-manager/scm-ldap-plugin" ,
3
- "private" : true ,
4
- "version" : " 2.2.1-SNAPSHOT " ,
5
- "license" : " MIT" ,
6
- "main" : " ./src/main/js/index.ts" ,
7
- "scripts" : {
8
- "build" : " plugin-scripts build" ,
9
- "watch" : " plugin-scripts watch" ,
10
- "postinstall" : " plugin-scripts postinstall"
11
- },
12
- "dependencies" : {
13
- "@scm-manager/ui-components" : " ^2.14.0" ,
14
- "@scm-manager/ui-extensions" : " ^2.14.0" ,
15
- "@scm-manager/ui-plugins" : " 2.14.0" ,
16
- "classnames" : " ^2.2.6" ,
17
- "query-string" : " ^5.0.1" ,
18
- "react" : " ^16.10.2" ,
19
- "react-i18next" : " ^10.13.1" ,
20
- "react-redux" : " ^5.0.7" ,
21
- "react-router-dom" : " ^5.1.2" ,
22
- "redux" : " ^4.0.0" ,
23
- "styled-components" : " ^5.1.0"
24
- },
25
- "babel" : {
26
- "presets" : [
27
- " @scm-manager/babel-preset"
28
- ]
29
- },
30
- "jest" : {
31
- "preset" : " @scm-manager/jest-preset"
32
- },
33
- "prettier" : " @scm-manager/prettier-config" ,
34
- "eslintConfig" : {
35
- "extends" : " @scm-manager/eslint-config"
36
- },
37
- "devDependencies" : {
38
- "@scm-manager/babel-preset" : " ^2.11.2" ,
39
- "@scm-manager/eslint-config" : " ^2.12.0" ,
40
- "@scm-manager/jest-preset" : " ^2.12.7" ,
41
- "@scm-manager/plugin-scripts" : " ^1.0.2" ,
42
- "@scm-manager/prettier-config" : " ^2.10.1" ,
43
- "@scm-manager/tsconfig" : " ^2.11.2" ,
44
- "@scm-manager/ui-tests" : " ^2.14.0" ,
45
- "@scm-manager/ui-types" : " ^2.14.0" ,
46
- "@types/classnames" : " ^2.2.9" ,
47
- "@types/enzyme" : " ^3.10.3" ,
48
- "@types/fetch-mock" : " ^7.3.1" ,
49
- "@types/i18next" : " ^13.0.0" ,
50
- "@types/jest" : " ^24.0.19" ,
51
- "@types/query-string" : " 5" ,
52
- "@types/react" : " ^16.9.9" ,
53
- "@types/react-redux" : " 5.0.7" ,
54
- "@types/react-router-dom" : " ^5.1.0" ,
55
- "@types/styled-components" : " ^5.1.0" ,
56
- "jest" : " ^24.9.0" ,
57
- "@scm-manager/ui-scripts" : " ^2.14.0"
58
- }
2
+ "name" : " @scm-manager/scm-ldap-plugin" ,
3
+ "private" : true ,
4
+ "version" : " 2.3.0 " ,
5
+ "license" : " MIT" ,
6
+ "main" : " ./src/main/js/index.ts" ,
7
+ "scripts" : {
8
+ "build" : " plugin-scripts build" ,
9
+ "watch" : " plugin-scripts watch" ,
10
+ "postinstall" : " plugin-scripts postinstall"
11
+ },
12
+ "dependencies" : {
13
+ "@scm-manager/ui-components" : " ^2.14.0" ,
14
+ "@scm-manager/ui-extensions" : " ^2.14.0" ,
15
+ "@scm-manager/ui-plugins" : " 2.14.0" ,
16
+ "classnames" : " ^2.2.6" ,
17
+ "query-string" : " ^5.0.1" ,
18
+ "react" : " ^16.10.2" ,
19
+ "react-i18next" : " ^10.13.1" ,
20
+ "react-redux" : " ^5.0.7" ,
21
+ "react-router-dom" : " ^5.1.2" ,
22
+ "redux" : " ^4.0.0" ,
23
+ "styled-components" : " ^5.1.0"
24
+ },
25
+ "babel" : {
26
+ "presets" : [
27
+ " @scm-manager/babel-preset"
28
+ ]
29
+ },
30
+ "jest" : {
31
+ "preset" : " @scm-manager/jest-preset"
32
+ },
33
+ "prettier" : " @scm-manager/prettier-config" ,
34
+ "eslintConfig" : {
35
+ "extends" : " @scm-manager/eslint-config"
36
+ },
37
+ "devDependencies" : {
38
+ "@scm-manager/babel-preset" : " ^2.11.2" ,
39
+ "@scm-manager/eslint-config" : " ^2.12.0" ,
40
+ "@scm-manager/jest-preset" : " ^2.12.7" ,
41
+ "@scm-manager/plugin-scripts" : " ^1.0.2" ,
42
+ "@scm-manager/prettier-config" : " ^2.10.1" ,
43
+ "@scm-manager/tsconfig" : " ^2.11.2" ,
44
+ "@scm-manager/ui-tests" : " ^2.14.0" ,
45
+ "@scm-manager/ui-types" : " ^2.14.0" ,
46
+ "@types/classnames" : " ^2.2.9" ,
47
+ "@types/enzyme" : " ^3.10.3" ,
48
+ "@types/fetch-mock" : " ^7.3.1" ,
49
+ "@types/i18next" : " ^13.0.0" ,
50
+ "@types/jest" : " ^24.0.19" ,
51
+ "@types/query-string" : " 5" ,
52
+ "@types/react" : " ^16.9.9" ,
53
+ "@types/react-redux" : " 5.0.7" ,
54
+ "@types/react-router-dom" : " ^5.1.0" ,
55
+ "@types/styled-components" : " ^5.1.0" ,
56
+ "jest" : " ^24.9.0" ,
57
+ "@scm-manager/ui-scripts" : " ^2.14.0"
58
+ }
59
59
}
0 commit comments