forked from saddlebackdev/react-cm-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.18 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.18 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
{
"name": "react-cm-ui",
"version": "8.0.0",
"description": "React UI for Healthy Church",
"main": "lib/",
"jsnext:main": "src/",
"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": [
"lib",
"src"
],
"homepage": "https://github.com/saddlebackdev/react-cm-ui#readme",
"scripts": {
"clean:lib": "rimraf lib",
"compile": "npm run clean:lib && gulp && cpx \"src/shared/images/**\" \"lib/shared/images\" && babel src/ -d lib/",
"postpublish": "git checkout master && git push && git checkout dev",
"prepare": "npm run compile"
},
"dependencies": {
"autosize": "^3.0.17",
"classnames": "^2.2.5",
"country-telephone-data": "^0.4.4",
"gsap": "^2.1.3",
"lodash": "^4.17.14",
"moment-timezone": "^0.5.21",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-custom-scrollbars": "^4.0.0",
"react-dom": "^16.8.6",
"react-onclickoutside": "^5.7.1",
"react-phone-number-input": "^2.3.21",
"react-portal": "^4.1.1",
"react-responsive": "^7.0.0",
"react-select": "^1.3.0",
"react-tether": "^2.0.2",
"react-text-mask": "5.4.3",
"react-transition-group": "^1.2.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@mvnu/cpx": "^1.5.2",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-sort-destructure-keys": "^1.3.0",
"flag-icon-css": "^3.3.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"rimraf": "^2.6.1"
}
}