-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1017 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 1017 Bytes
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
{
"name": "VolupT",
"authors": [
{
"name": "VolupT",
"email": "contact.volupt@gmail.com"
}
],
"autoload": {
"psr-4": {
"Tea\\": "src/"
}
},
"require": {
"twig/twig": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"components/font-awesome": "^4.7",
"swiftmailer/swiftmailer": "^6.0",
"twitter/bootstrap": "^4.0.0-beta.2",
"nnnick/chartjs": "2.7.0",
"datatables/datatables": "1.10.16",
"components/jquery": "^3.2.1",
"gymadarasz/jquery.easing": "^1.3",
"google/recaptcha": "~1.1",
"squizlabs/php_codesniffer": "^3.1"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.0",
"gulp-header": "1.8.9",
"gulp-html-beautify": "^1.0.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
}
}