forked from scm-manager/scm-ldap-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
{
"name" : "@scm-manager/scm-ldap-plugin",
"private" : true,
"version" : "2.1.0-SNAPSHOT",
"license" : "MIT",
"main" : "./src/main/js/index.ts",
"scripts" : {
"build" : "ui-scripts plugin",
"watch" : "ui-scripts plugin-watch",
"postinstall" : "ui-plugins postinstall"
},
"dependencies" : {
"@scm-manager/ui-plugins" : "2.0.0",
"@scm-manager/ui-components" : "^2.0.0",
"@scm-manager/ui-extensions" : "^2.0.0",
"classnames" : "^2.2.6",
"query-string" : "^5.0.1",
"react" : "^16.10.2",
"react-i18next" : "^10.13.1",
"react-redux" : "^5.0.7",
"react-router-dom" : "^5.1.2",
"redux" : "^4.0.0",
"styled-components" : "^4.4.0"
},
"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.0.0",
"@scm-manager/eslint-config" : "^2.0.0",
"@scm-manager/jest-preset" : "^2.0.0",
"@scm-manager/prettier-config" : "^2.0.0",
"@scm-manager/tsconfig" : "^2.0.0",
"@scm-manager/ui-scripts" : "^2.0.0",
"@scm-manager/ui-tests" : "^2.0.0",
"@scm-manager/ui-types" : "^2.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" : "^16.9.9",
"@types/react-redux" : "5.0.7",
"@types/react-router-dom" : "^5.1.0",
"@types/styled-components" : "^4.1.19",
"jest" : "^24.9.0"
}
}