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
101 lines (101 loc) · 2.96 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 2.96 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
{
"name": "react-cm-ui",
"version": "5.1.1",
"description": "React UI for Church management (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": {
"build": "webpack",
"build:local": "webpack-dev-server --content-base docs/build/ --hot --progress --colors --host 0.0.0.0",
"build:prod": "npm run build",
"build:stats": "webpack --display-modules --display-chunks --json > stats.json --progress",
"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",
"start": "npm run build:local"
},
"dependencies": {
"autosize": "^3.0.17",
"classnames": "^2.2.5",
"country-telephone-data": "^0.4.4",
"lodash": "^4.17.14",
"moment-timezone": "^0.5.21",
"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": "^1.2.7",
"react-router": "^3.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",
"autoprefixer": "^9.6.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"core-js": "^3.1.3",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"file-loader": "^4.0.0",
"flag-icon-css": "^3.3.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"react-redux": "^7.1.1",
"react-syntax-highlighter": "^11.0.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.2",
"resolve-url-loader": "^3.1.0",
"rimraf": "^2.6.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}