-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.57 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.57 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@saddlebackchurch/react-cm-ui",
"version": "10.11.1",
"description": "React UI for Healthy Church",
"jsnext:main": "src/",
"main": "core/",
"types": "core/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/saddlebackdev/react-cm-ui.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/saddlebackdev/react-cm-ui/issues"
},
"keywords": [
"button",
"drawer",
"grid",
"icon",
"label",
"responsive",
"react",
"react-component",
"church management",
"cm"
],
"files": [
"core",
"src"
],
"homepage": "https://cm-ui-docs.saddleback.com",
"scripts": {
"azure-devops-test": "jest --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura",
"compile": "gulp",
"postpublish": "git checkout master && git push && git checkout dev",
"prepare": "npm run compile",
"test": "jest"
},
"peerDependencies": {
"react": "^16.8.6 || ^18"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"autosize": "^3.0.17",
"classnames": "^2.2.5",
"country-telephone-data": "^0.4.4",
"gsap": "^3.6.0",
"lodash": "^4.17.19",
"moment-timezone": "^0.5.31",
"prop-types": "^15.7.2",
"react-custom-scrollbars": "^4.2.1",
"react-moment-proptypes": "^1.7.0",
"react-onclickoutside": "^6.7.1",
"react-phone-number-input": "^2.3.21",
"react-portal": "^4.1.1",
"react-resizable": "^1.10.1",
"react-resize-detector": "^5.0.7",
"react-responsive": "^7.0.0",
"react-select": "^5.7.3",
"react-select-old": "npm:react-select@^1.3.0",
"react-sortablejs": "6.1.1",
"react-tether": "^2.0.2",
"react-text-mask": "5.4.3",
"react-transition-group": "^1.2.1",
"sortablejs": "^1.12.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.4.4",
"@jest/globals": "^26.0.1",
"@mvnu/cpx": "^1.5.2",
"@selfisekai/gulp-sass": "~4.2.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/testing-library__jest-dom": "^5.14.1",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"babel-eslint": "^10.0.2",
"css-mediaquery": "^0.1.2",
"del": "^5.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"flag-icon-css": "^3.3.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-typescript": "^6.0.0-alpha.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-junit": "^10.0.0",
"jest-react-hooks-shallow": "^1.4.1",
"jsdom": "^16.2.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^2.6.1",
"sass": "^1.32.6",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4"
}
}