forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.69 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
{
"name": "ChurchCRM",
"version": "3.3.2",
"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",
"devDependencies": {
"@types/jquery": "^3.3.1",
"@types/react": "^16.1.0",
"@types/react-bootstrap": "^0.32.6",
"@types/react-dom": "^16.0.4",
"@types/react-modal": "^3.1.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-react": "^6.24.1",
"grunt": "^1.0.3",
"grunt-confirm": "^1.0.7",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-curl": "^2.5.0",
"grunt-exec": "^3.0.0",
"grunt-git": "^1.0.13",
"grunt-github-release-notes": "^0.7.0",
"grunt-http": "^2.2.0",
"grunt-lineending": "^1.0.0",
"grunt-poeditor-ab": "^0.1.9",
"grunt-sass": "^3.0.2",
"i18next-extract-gettext": "^3.2.1",
"i18next-xhr-backend": "^1.4.1",
"node-sha1": "^1.0.1",
"react": "^16.3.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.0",
"react-modal": "^3.3.2",
"ts-loader": "^4.1.0",
"typescript": "^2.8.1",
"webpack": "4.19.1",
"webpack-cli": "^2.1.4"
},
"dependencies": {
"admin-lte": "^2.4.10",
"bootbox": "^4.4.0",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-show-password": "^1.1.*",
"bootstrap-toggle": "^2.2.*",
"bootstrap-validator": "^0.11.*",
"chart.js": "^1.1.*",
"ckeditor": "^4.11.1",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.9.0",
"i18n": "^0.8.3",
"i18next": "8.2.1",
"initial-js": "0.3.4",
"jquery": "^3.2.1",
"jquery-photo-uploader": "^1.0.13",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.16.0",
"node-sass": "^4.11.0",
"pace-js": "^1.0.2",
"react-datepicker": "^2.1.0",
"react-select": "^2.1.2",
"select2": "^4.0.5"
},
"scripts": {
"install": "grunt clean && grunt updateVersions && grunt curl-dir && grunt copy && grunt sass && grunt lineending",
"updateVersions": "grunt updateVersions",
"postinstall": "grunt genLocaleJSFiles",
"locale-gen": "locale/update-locale.sh",
"locale-download": "grunt updateFromPOeditor && grunt genLocaleJSFiles",
"update-signatures": "grunt generateSignatures",
"package": "grunt generateSignatures && grunt compress",
"demosite": "scripts/demosite.sh",
"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",
"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 && composer dump-autoload && cd ../tests/ && composer update && cd .. && grunt lineending",
"tests-install": "scripts/tests-install.sh",
"test": "scripts/tests-run.sh",
"build-react": "webpack"
}
}