forked from thorsten/phpMyFAQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "phpMyFAQ",
"version": "3.0.0-beta.3",
"description": "phpMyFAQ",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt build",
"watch": "grunt watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"bootstrap": "^4.2.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.8.0",
"bs-custom-file-input": "^1.3.1",
"bxslider": "^4.2.14",
"cookieconsent": "^3.1.0",
"handlebars": "^4.0.12",
"highlightjs": "^9.12.0",
"jquery": "^3.3.1",
"jquery-sparkline": "^2.4.0",
"mermaid": "^8.0.0",
"popper.js": "^1.14.6",
"tinymce": "^4.9.3"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^3.0.1",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.11.0",
"sigmund": "^1.0.1"
},
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
"license": "MPL-2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/thorsten/phpMyFAQ/issues"
},
"keywords": [
"phpMyFAQ"
],
"homepage": "https://www.phpmyfaq.de/"
}