forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.39 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
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
{
"name": "churchcrm",
"version": "4.3.0",
"description": "Free Church CRM Software",
"repository": {
"type": "git",
"url": "https://github.com/ChurchCRM/CRM.git"
},
"keywords": [
"Church",
"CRM",
"LAMP",
"Free"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ChurchCRM/CRM/issues"
},
"homepage": "http://www.churchcrm.io",
"scripts": {
"install": "grunt clean && grunt updateVersions && grunt curl-dir && grunt copy && grunt sass && grunt lineending && grunt patchDataTablesCSS",
"build": "npm run composer-install && npm run orm-gen && npm run build-react",
"audit": "npm audit fix --only=prod --audit-level=high",
"deploy": "npm install && npm run build",
"updateVersions": "grunt updateVersions",
"postinstall": "grunt genLocaleJSFiles",
"locale-gen": "locale/update-locale.sh",
"locale-download": "grunt updateFromPOeditor && grunt genLocaleJSFiles && npm run loacle-audit",
"loacle-audit": "grunt exec:downloadPOEditorStats && grunt genLocaleAudit",
"update-signatures": "grunt generateSignatures",
"package": "grunt generateSignatures && grunt compress",
"demosite": "php scripts/update-demo-site.php",
"changelog-gen": "grunt exec:updatechangelog",
"orm-gen": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel model:build && cd src/ && composer dump-autoload",
"sql-gen": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel sql:build",
"graph-viz": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel graphviz:generate",
"datadictionary": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel datadictionary:generate",
"composer-install": "cd src/ && composer install && cd .. && grunt lineending",
"composer-update": " cd src/ && composer update && grunt lineending",
"test": "node_modules/cypress/bin/cypress run",
"build-react": "webpack",
"restore-demo-db": "php scripts/restore-db.php demo",
"restore-empty-db": "php scripts/restore-db.php",
"heroku-postbuild": "npm run deploy",
"test-ui": "node_modules/cypress/bin/cypress open"
},
"dependencies": {
"admin-lte": "^2.4.18",
"bootbox": "^5.5.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-show-password": "^1.2.1",
"bootstrap-toggle": "^2.2.2",
"bootstrap-validator": "^0.11.9",
"chart.js": "^2.9.4",
"ckeditor": "^4.12.1",
"flag-icon-css": "^3.5.0",
"font-awesome": "^4.7.0",
"fullcalendar": "3.10.2",
"i18n": "^0.13.2",
"i18next": "19.8.3",
"inputmask": "^5.0.5",
"jquery": "^3.5.1",
"jquery-photo-uploader": "^1.0.13",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.19.2",
"node-sass": "^4.14.1",
"pace-js": "^1.0.2",
"react-datepicker": "^2.16.0",
"react-select": "^2.4.4",
"select2": "^4.0.13"
},
"devDependencies": {
"@types/jquery": "^3.3.38",
"@types/react": "^16.9.52",
"@types/react-bootstrap": "^0.32.24",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.24.1",
"cryptiles": "^4.1.3",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-confirm": "^1.0.8",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-curl": "^2.5.1",
"grunt-exec": "^3.0.0",
"grunt-git": "^1.0.14",
"grunt-http": "^2.3.3",
"grunt-lineending": "^1.0.0",
"grunt-poeditor-ab": "^0.1.9",
"grunt-sass": "^3.1.0",
"i18next-extract-gettext": "^3.2.1",
"i18next-xhr-backend": "^3.2.2",
"node-sha1": "^1.0.1",
"react": "^16.13.1",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"tar": "^6.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"optionalDependencies": {
"cypress": "^5.6.0"
}
}